View source: R/MARSSinnovationsboot.R
stdInnov | R Documentation |
Standardizes Kalman filter innovations. This is a helper function called by MARSSinnovationsboot()
in the MARSS-package
. Not exported.
stdInnov(SIGMA, INNOV)
SIGMA |
n x n x T array of Kalman filter innovations variances. This is output from |
INNOV |
n x T matrix of Kalman filter innovations. This is output from |
n = number of observation (y) time series. T = number of time steps in the time series.
n x T matrix of standardized innovations.
Eli Holmes, NOAA, Seattle, USA.
Stoffer, D. S., and K. D. Wall. 1991. Bootstrapping state-space models: Gaussian maximum likelihood estimation and the Kalman filter. Journal of the American Statistical Association 86:1024-1033.
MARSSboot()
, MARSSkf()
, MARSSinnovationsboot()
## Not run:
std.innovations <- stdInnov(kfList$Sigma, kfList$Innov)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.