-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION.dcf
46 lines (46 loc) · 2.06 KB
/
DESCRIPTION.dcf
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
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: MARSS-UG
Type: Package
Title: MARSS User Guide
Version: 1.0.0
Date: 2023-05-10
Depends: R (>= 3.5.0)
Imports:
generics (>= 0.1.2), graphics, grDevices, KFAS (>= 1.0.1), mvtnorm, nlme, stats, utils
Suggests:
forecast,
ggplot2,
Hmisc,
knitr,
stringr,
testthat
Authors@R:
c(person("Elizabeth Eli", "Holmes", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9128-8393")),
person("Eric J.", "Ward", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-4359-0296")),
person("Mark D.", "Scheuerell", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-8284-1254")),
person("Kellie", "Wills", , "[email protected]", role = c("aut"))
)
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, including partially deterministic models. MARSS models are a class
of dynamic linear model (DLM) and vector autoregressive model (VAR)
model. Fitting available via Expectation-Maximization (EM) and BFGS (using optim). Fast fitting via TMB
is available by loading the marssTMB companion package. Functions are provided for parametric and
innovations bootstrapping, Kalman filtering and smoothing, model selection criteria including
bootstrap AICb, confidences intervals via the Hessian approximation or bootstrapping, and all
conditional residual types. See the user guide for examples of dynamic factor analysis,
dynamic linear models, outlier and shock detection, and multivariate AR-p models.
Online workshops (lectures, eBook, and computer labs)
at <https://atsa-es.github.io/>.
License: GPL-2
LazyData: yes
BuildVignettes: yes
ByteCompile: TRUE
URL: https://atsa-es.github.io/MARSS/
BugReports: https://github.com/atsa-es/MARSS/issues
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr, utils