marssMODEL: Class "marssMODEL"
Description
marssMODEL
objects describe a vectorized form for the multivariate autoregressive state-space models used in the package MARSS-package
.
The object has the following attributes:
{ The form that the model object is in. }
- par.names
{ The names of each parameter matrix in the model. }
- model.dims
{ A list with the dimensions of all the matrices in non-vectorized form. }
- X.names
{ Names for the X rows. }
- Y.names
{ Names for the Y rows. }
- equation
{ The model equation. Used to write the model in LaTeX. }code
MARSS()
item
- fixed
- free
- tinitx
- diffuse
- marss_to_foo(marssMLE or marssMODEL)
- foo_to_marss(marssMODEL or marssMLE)
- print_foo(marssMLE or marssMODEL)
- coef_foo(marssMLE)
- predict_foo(marssMLE)
- describe_foo(marssMODEL)
- is.marssMODEL_foo(marssMODEL)
- MARSSinits_foo(marssMLE, inits.list)