jmbejara / comp-econ-sp18

Main Course Repository for Computational Methods in Economics (Econ 21410, Spring 2018)
16 stars 23 forks source link

Does TIRE enter into Variable profits? #60

Closed Jacob-Bishop closed 6 years ago

Jacob-Bishop commented 6 years ago

X=[W,Z] so I assume it does, but the formula you gave us for theta only includes four betas, and we already have 4 Z variables. Should we add a 5th beta?

jmbejara commented 6 years ago

It enters into V and F through the N argument. The sums are written as going from n=2 to n=N. This could be rewritten with indicator functions. In my code, I write it as a sum across a vector of the alphas, ending at N.

isabelalmazan commented 6 years ago

In the model, which $\gamma$ does $\gamma_L$ correspond to in the $F_1 = \gamma_1 + \gamma_L W_L$ equation? Assuming each $W_L$ corresponds to each row L's land value, how does $\gamma_L$ relate to $W_L$? Is $W_L$ a different variable/ column in the data than W?

Edit: does the order of the economic variables in X matter? ie: could I just group the four columns of economic data into X in the order they come in the table (ELD, FFRAC, PINC, LNHDD)? Or should the order be FFRAC first because it's related to land, which is what W is?

Also what is the difference between Y and S? Are they both market size? Or is S market size and Y is just the amalgamation of the variables that help describe market size (ie: all of the lambdas)?

jmbejara commented 6 years ago

Hi @isabelalmazan .