diff --git a/authors.html b/authors.html index d944bae..886db31 100644 --- a/authors.html +++ b/authors.html @@ -81,19 +81,19 @@

Authors

Citation

Source: inst/CITATION

-

Elizabeth E. Holmes, Eric J. Ward, Mark D. Scheuerell and Kellie Wills (2023). MARSS: Multivariate Autoregressive State-Space Modeling. R package version 3.11.9.

+

Elizabeth E. Holmes, Eric J. Ward, Mark D. Scheuerell and Kellie Wills (2024). MARSS: Multivariate Autoregressive State-Space Modeling. R package version 3.11.9.

@Manual{,
   title = {MARSS: Multivariate Autoregressive State-Space Modeling},
   author = {Elizabeth Eli Holmes and Eric J. Ward and Mark D. Scheuerell and Kellie Wills},
-  year = {2023},
+  year = {2024},
   note = {R package version 3.11.9},
   url = {https://CRAN.R-project.org/package=MARSS},
 }
-

Holmes, E. E., M. D. Scheuerell, and E. J. Ward (2023) Analysis of multivariate time-series using the MARSS package. Version 3.11.9. NOAA Fisheries, Northwest Fisheries Science Center, 2725 Montlake Blvd E., Seattle, WA 98112, DOI: 10.5281/zenodo.5781847

+

Holmes, E. E., M. D. Scheuerell, and E. J. Ward (2024) Analysis of multivariate time-series using the MARSS package. Version 3.11.9. NOAA Fisheries, Northwest Fisheries Science Center, 2725 Montlake Blvd E., Seattle, WA 98112, DOI: 10.5281/zenodo.5781847

@Manual{,
   title = {Analysis of multivariate time-series using the MARSS package. Version  3.11.9},
   author = {Elizabeth Eli Holmes and Mark D. Scheuerell and Eric J. Ward},
-  year = {2023},
+  year = {2024},
   note = {R package version 3.11.9},
   url = {https://CRAN.R-project.org/package=MARSS/vignettes/UserGuide.pdf},
   doi = {10.5281/zenodo.5781847},
diff --git a/index.html b/index.html
index 6f92b29..3231511 100644
--- a/index.html
+++ b/index.html
@@ -188,7 +188,7 @@ 

Links

License

diff --git a/news/index.html b/news/index.html index e953acc..91e0da3 100644 --- a/news/index.html +++ b/news/index.html @@ -58,13 +58,11 @@
-

MARSS 3.11.9 (GitHub)

-
-

ENHANCEMENT

+

MARSS 3.11.9 (CRAN 2024-02-19)

+

Very minor cosmetic update.

  • Added the error message coming from a try-error to the message printed for the user.
  • -
  • Updated to GPL-3 license.
  • +
  • Fixed some Rd formatting errors that caused NOTEs on CRAN.
-

MARSS 3.11.8 (CRAN 2023-05-20)

CRAN release: 2023-05-20

This combines the changes in GitHub releases 3.11.7 and 3.11.6.

diff --git a/pkgdown.yml b/pkgdown.yml index 7ceb8bb..e71071e 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: Learning_MARSS: Learning_MARSS.html Quick_Start: Quick_Start.html -last_built: 2024-02-19T06:23Z +last_built: 2024-02-19T06:55Z urls: reference: https://atsa-es.github.io/MARSS/reference article: https://atsa-es.github.io/MARSS/articles diff --git a/reference/MARSS-package.html b/reference/MARSS-package.html index ecedd01..92537e4 100644 --- a/reference/MARSS-package.html +++ b/reference/MARSS-package.html @@ -105,7 +105,7 @@
-

The MARSS package fits time-varying constrained and unconstrained multivariate autoregressive time-series models to multivariate time series data. To get started quickly, go to the Quick Start Guide (or at the command line, you can type RShowDoc("Quick_Start", package="MARSS")). To open the MARSS User Guide with many vignettes and examples, go to User Guide (or type RShowDoc("UserGuide",package="MARSS")).

+

The MARSS package fits time-varying constrained and unconstrained multivariate autoregressive time-series models to multivariate time series data. To get started quickly, go to the Quick Start Guide (or at the command line, you can type RShowDoc("Quick_Start", package="MARSS")). To open the MARSS User Guide with many vignettes and examples, go to User Guide (or type RShowDoc("UserGuide",package="MARSS")).

The default MARSS model form is a MARXSS model: Multivariate Auto-Regressive(1) eXogenous inputs State-Space model. This model has the following form: $$\mathbf{x}_{t} = \mathbf{B} \mathbf{x}_{t-1} + \mathbf{u} + \mathbf{C} \mathbf{c}_{t} + \mathbf{G} \mathbf{w}_t, \textrm{ where } \mathbf{W}_t \sim \textrm{MVN}(0,\mathbf{Q})$$ $$\mathbf{y}_t = \mathbf{Z} \mathbf{x}(t) + \mathbf{a} + \mathbf{D} \mathbf{d}_t + \mathbf{H} \mathbf{v}_t, \textrm{ where } \mathbf{V}_t \sim \textrm{MVN}(0,\mathbf{R})$$ @@ -229,7 +229,7 @@

Author<

References

The MARSS User Guide: Holmes, E. E., E. J. Ward, and M. D. Scheuerell (2012) Analysis of multivariate time-series using the MARSS package. NOAA Fisheries, Northwest Fisheries Science Center, 2725 Montlake Blvd E., Seattle, WA 98112 User Guide or type RShowDoc("UserGuide",package="MARSS") to open a copy.

-

The MARSS Quick Start Guide: Quick Start Guide or type RShowDoc("Quick_Start",package="MARSS") to open a copy.

+

The MARSS Quick Start Guide: Quick Start Guide or type RShowDoc("Quick_Start",package="MARSS") to open a copy.