-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.77 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: MARSS
Type: Package
Title: Multivariate Autoregressive State-Space Modeling
Version: 3.11.4
Date: 2021-12-15
Depends: R (>= 3.5.0)
Imports:
graphics, grDevices, KFAS (>= 1.0.1), mvtnorm, nlme, stats, utils
Suggests:
broom,
forecast,
Formula,
ggplot2,
gridExtra,
Hmisc,
lattice,
lme4,
maps,
Matrix,
stringr,
survival,
tidyr,
xtable,
testthat
Author: Elizabeth Eli Holmes, Eric J. Ward, Mark D. Scheuerell, and Kellie Wills
Maintainer: Elizabeth Holmes - NOAA Federal <[email protected]>
Description: The MARSS package provides maximum-likelihood parameter estimation for constrained and unconstrained linear multivariate autoregressive state-space (MARSS) models fit to multivariate time-series data. Fitting is primarily via an Expectation-Maximization (EM) algorithm, although fitting via the BFGS algorithm (using the optim function) is also provided. MARSS models are a class of dynamic linear model (DLM) and vector autoregressive model (VAR) model. Functions are provided for parametric and innovations bootstrapping, Kalman filtering and smoothing, bootstrap model selection criteria (AICb), confidences intervals via the Hessian approximation and via bootstrapping and calculation of auxiliary residuals for detecting outliers and shocks. The user guide shows examples of using MARSS for parameter estimation for a variety of applications, model selection, dynamic factor analysis, outlier and shock detection, and addition of covariates. Online workshops (lectures, eBook, and computer labs) at <https://atsa-es.github.io/> See the NEWS file for update information.
License: GPL-2
LazyData: yes
BuildVignettes: yes
ByteCompile: TRUE
URL: https://atsa-es.github.io/MARSS/
BugReports: https://github.com/atsa-es/MARSS/issues