+ `sarima` now allows inclusion of `xreg` to facilitate regression with autocorrelated errors
+ fixed `acf2` so grid is under plot
+ `star` data added
+ `sunspotz` man page emphasizes data are 2 times/year
+ fixed estimate of *cov( v<sub>t</sub> ) = R* in `EM0` and `EM1` (t=1 part was missing)
+ fixed typo in `EMx` missing code (0=observed, 1=missing)
+ `EM1` fixed so inputs are not allowed (and no longer included in the call):
* Inputs are not allowed. The script uses `Ksmooth1`, but everything
related to inputs are set equal to zero. That was the original
intent of this script.
* It would be relatively easy to include estimates of `Ups` and `Gam` because conditional on the states, these are just regression coefficients. If you decide to alter `EM1` to include estimates of the `Ups` or `Gam`, feel free to notify me with a working example and I'll include it in the next update (assuming it's correct, of course). Instructors... this would bean awesome class project.
-------------------------