marssResiduals-class {MARSS} | R Documentation |
Class "marssResiduals"
Description
marssResiduals
are the objects returned by residuals.marssMLE
in the package MARSS-package
. It is a data frame in tibble format (but not tibble class).
standardization
"Cholesky" means it is standardized by the Cholesky transformation of the full variance-covariance matrix of the model and state residuals.
"marginal" means that the residual is standardized by its standard deviation, i.e. the square root of the value on the diagonal of the variance-covariance matrix of the model and state residuals.
type
-
"tT"
means the fitted values are computed conditioned on all the data. Seefitted()
withtype="ytT"
ortype="xtT"
. -
"tt1"
means the fitted values are computed conditioned on the data fromto
. See
fitted()
withtype="ytt1"
ortype="xtt1"
.
Author(s)
Eli Holmes, NOAA, Seattle, USA
See Also
residuals.marssMLE()
, MARSSresiduals()