I am running an impact evaluation to investigate the impact of a specific program on several indicators x. These indicators have values between 0 and up to 10000, and a high standard deviation.
For my purpose, I'd like to create one index for each indicator each that takes into account the initial level of the indicator x in the base year (year=0) and the change between the base year and the post-intervention year (year=1), for each observation (household). The index should be constructed from two components, the initial level wi and the change diffi, with wi and diffi each being normalized (0 to 1) and wi X diffi making the indicator. At least, thats how it was done in a previous paper, where the variables, however, had logical limits, i.e. months per year etc.
A total loss of the initial value between year 0 and year 1 (i.e. diffi=-100%) should be 0 and a gain of 100% or more (.e. diffi >= 100%) should be 1. I cannot simply focus on the change itself, as initial levels determine the "impact" of the change on the household (outcome variables are measures for food security in a drought-affected developing country).
Do you have any suggestions?