Hi,
I have about a 100 million equations (observation rows with known and unknown variables after applying weights; the observations are about 80,000 without applying weights) and about 30 unknowns. Ho do I solve the system of these equations? The equation which I wish to solve is of the following form:
Yi = ∑ (AijXij)
where i= 1 to 100 million
j= 1 to 30
Yi and Aij are known (variables) in my database
I need to find values of Xij's
I have found multiple sets of values for the 30 unknowns Xij and none of the value-sets which I have found satisfies the other equations (observation rows). I want a single solution of Xij with acceptable confidence interval.
Also, how to find the values of higher orders in case the observation do not follow the linear first order equations?
Any help would be sincerely appreciated since I am not good at STATA programming and have limited knowledge about solving such equations using STATA.
Regards,
Amit
I have about a 100 million equations (observation rows with known and unknown variables after applying weights; the observations are about 80,000 without applying weights) and about 30 unknowns. Ho do I solve the system of these equations? The equation which I wish to solve is of the following form:
Yi = ∑ (AijXij)
where i= 1 to 100 million
j= 1 to 30
Yi and Aij are known (variables) in my database
I need to find values of Xij's
I have found multiple sets of values for the 30 unknowns Xij and none of the value-sets which I have found satisfies the other equations (observation rows). I want a single solution of Xij with acceptable confidence interval.
Also, how to find the values of higher orders in case the observation do not follow the linear first order equations?
Any help would be sincerely appreciated since I am not good at STATA programming and have limited knowledge about solving such equations using STATA.
Regards,
Amit
Comment