Constructin a relatively simple econometric index.
September 7, 2008 6:12 AM
Subscribe
I am trying to construct a index with variables such as population density, population age, gross individual income and the likes. Yet as it is my first attempt, I certainly could use directions to books/websites/papers on the subject. A more detailed explanation with math details is avaiable inside.
The index would be calculated as follows:
i=sum(xpos_i*alpha_i) - sum(xneg_i*alpha_i)
whereas:
i index is a "how 'nice' the area is" index comparing different areas.
sum(xpos_i*alpha_i) is the the sum of all the positive xpos variables (believed to be desiderable) each one weighted with an alpha_i [0,1] according to how much I believe it should weight.
sum(xneg_i*alpha_i) is the sum of all the positive xneg variables (belived to be NOT desiderable) each one weighted with an alpha_i [0,1] according to how much I believe it should weight.
The general idea is that all the Areas A to Z present a set of variables, such as population density, that are either desiderable or indesiderable. For instace, population density is related to overcrowding and would, therefore, be considered as an xneg ; yet as popdensity has necessarily positive values, it would be included and in xneg set so that it's positive value is turned into a
negative by the "-" operator in the index. The surface of avaiable public gardens is believed to belong to the xpos set, as gardens provide a nice sight and an entertainment area. The areas with a greater surface of gardens would, therefore, increase the value of xpos more than other areas that have got less surface dedicated to gardens.
This all makes some sense to me, but as I am sailing in uncharted waters without a guide, any compass would be appreciated :) !
posted by elpapacito to education (6 comments total)
If you're not, and this isn't uber-serious: divide each variable by its standard deviation, and forget about the alphas unless you want to require that this is twice as important as that.
If it's uber-serious: do what the relevant literature does.
posted by ROU_Xenophobe at 6:32 AM on September 7, 2008