Class "marssResiduals"
marssResiduals-class.Rd
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