T= 40. age = 16+t
Label Code -------------- white 0 blue 1 school 2 home 3
EVαθ>[θ'] = ∑θ'[ ∑e'0 ∑e'2 ∑e'2 ∑e'3 V(ε',θ') P(θ';α,θ) / ε.D] = Emax[θ']
v(α,ε',θ')
. If, say, each component takes on 5 values, then ε.D = 54 = 625 points to sum up per point in the endogenous space θ.
maxE[θ'] = V(ê,θ')where ê is a 1×4 vector of 0s, the expected value of ε'. Thus, this is the max over actions at the expected iid shock next period.
max v(α,ε',θ')
.v(α,ê,θ')
.
t
run a regression of V on a non-linear expression involving v() and maxE, resulting in coefficients. In particular:
Emax(ε',θ') - maxE(θ') ≈ d0+ (maxE-v(A,θ') )d1 + sqrt(maxE-v(A,θ'))d2.d0 is an intercept, and d1 and d2 are 4× 1 vectors of coefficients on differences between choice values v(A,θ') at the mean shock and the maximum value at the mean shock. (When schooling is ruled out there are only 3 choice values.) These coefficients are estimated from a regression at each age at the randomly chosen subset ΘKW ⊂ Θ.
Êmax (θ') = max{ maxE , maxE+ d0 + (maxE-v)d1 + sqrt(maxE-v)2 }, for θ' ∉ ΘKW = Emax(θ'), θ ∈ ΘKW.Note that Êmax is defined to be at least maxE, and when the algorithm has computed Emax it is used for Êmax.
Public fields | ||
accept | static | accepted offer |
alph | static const | α in paper |
attended | static | enrolled last period |
bet | static const | β vector |
gamm | static const | γ |
mxcnts | static const | |
offers | static | offer block |
sig | static const | lower triange Σ |
xper | static | occupation experience array |
Public methods | ||
Replicate | static | |
Utility | Utility vector equals the vector of feasible returns. | |
Enumerations | ||
Anonymous enum 1 | ||
ApproxParams | Approximation Parameters. | |
Dimens | State Space Dimensions. | |
Sectors | Labels for choices/sectors. |