marssMLE-class | R Documentation |
marssMLE
objects specify fitted multivariate autoregressive state-space models (maximum-likelihood) in the package MARSS-package
.
A marssMLE object in the MARSS-package
that has all the elements needed for maximum-likelihood estimation of multivariate autoregressive state-space model: the data, model, estimation methods, and any control options needed for the method. If the model has been fit and parameters estimated, the object will also have the MLE parameters. Other functions add other elements to the marssMLE object, such as CIs, s.e.'s, AICs, and the observed Fisher Information matrix. There are print
, summary
, coef
, fitted
, residuals
, predict
and simulate
methods for marssMLE
objects and a bootstrap function. Rather than working directly with the elements of a marssMLE
object, use print()
, tidy()
, fitted()
, tsSmooth()
, predict()
, or residuals()
to extract output.
signature(x = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
signature(object = "marssMLE")
: ...
Eli Holmes and Kellie Wills, NOAA, Seattle, USA
is.marssMLE()
, print.marssMLE()
, summary.marssMLE()
, coef.marssMLE()
, residuals.marssMLE()
, fitted.marssMLE()
, tsSmooth.marssMLE()
, logLik.marssMLE()
, simulate.marssMLE()
, predict.marssMLE()
, forecast.marssMLE()
, accuracy.marssMLE()
, toLatex.marssMLE()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.