AutoCorrTransProbs and CrossSectionCovarCorr for FHorz

I implemented three new commands for analysing FHorz models, to match the InfHorz versions that were recently added.

EvalFnOnAgentDist_AutoCorrTransProbs_FHorz.m

EvalFnOnAgentDist_CrossSectionCovarCorr_FHorz.m

and also
EvalFnOnAgentDist_AgeConditionalStats_CrossSectionCovarCorr_FHorz.m

these obviously have had some but not large amount of testing.

They cannot yet be used in the calibration/estimation commands, nor do they support simoptions.conditionalrestrictions, nor is there PType. (If anyone specifically wants one of the three, let me know so I can prioritize it.) Currently the autocorr and transprobs are just one period, but if you want, e.g., three-period autocorr let me know and I will implement; similarly simoptions.agegroupings is not yet supported.

1 Like

Bu they can be included in custom stats, right? So the function for custom statistics could call EvalFnOnAgentDist_CrossSectionCovarCorr_FHorz, say, and its output could be included in the output from custom stats.

Yes you can do this for now, but they should just be handled automatically and so that will happen at some point in near futuer.

1 Like

EvalFnOnAgentDist_AutoCorrTransProbs_FHorz.m

now supports semiz and e shocks.

1 Like