P Matrix in MSVarSetup
Posted: Wed Feb 22, 2017 6:06 am
Matrix P in MSVarSetup is a nstates-1 x nstates transition matrix. With three regimes, e.g., the procedure provides estimates and standard errors for the following:
Am I right that to get the nstates x nstates matrix, one needs to construct the last row as follows?
What about the standard errors, how can these be computed?
Code: Select all
P=
(1,1) (1,2) (1,3)
(2,1) (2,2) (2,3)Code: Select all
(1-(1,1)-(2,1)) (1-(1,2)-(2,2)) (1-(1,3)-(2,3))What about the standard errors, how can these be computed?