Skip to content

Commit c1a9909

Browse files
committed
typos
1 parent 48c6168 commit c1a9909

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ vignettes/tex export-ignore
1919
vignettes/figures export-ignore
2020
vignettes/manual_files export-ignore
2121
vignettes/debugger_template.Rnw export-ignore
22-
inst/WORDLIST
23-
man/MARSS_out.Rd
22+
inst/WORDLIST export-ignore
23+
man/MARSS_out.Rd export-ignore

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ New work on MARSS before posting to CRAN is at the GitHub repo. See issues post
99

1010
MARSS 3.11.1 (released 2020-08-18 on GitHub)
1111
------------------------------------
12-
Version 3.11.1 is focused on addition of the `predict`, `forecast`, `fitted` and `residuals` functions along with plotting functions for the output. Documentation for these functions along with background literature and the derivation of the Residuals algorithms have been updated. Residuals in state-space models are complex as there are two processes (observation and state), three types of conditioning (data to t-1, t or T), and four types of standardization used in the literature (none, marginal, Cholesky on the full variance matrix, and Cholesky on only model or state residual variance). The MARSS package computes all the variants of residuals. Many of the `predict` changes are listed below for 3.10.13 release on GitHub. New chapters illustrating structural equation models using MARSS versus `StructTS` and the KFAS package were added. The KFAS chapter compares the residuals to the MARSS. The two packages use different algorithms to compute the same residuals.
12+
Version 3.11.1 is focused on addition of the `predict`, `forecast`, `fitted` and `residuals` functions along with plotting functions for the output. Documentation for these functions along with background literature and the derivation of the residuals algorithms have been updated. Residuals in state-space models are complex as there are two processes (observation and state), three types of conditioning (data to t-1, t or T), and four types of standardization used in the literature (none, marginal, Cholesky on the full variance matrix, and Cholesky on only model or state residual variance). The MARSS package computes all the variants of residuals. Many of the `predict` changes are listed below for 3.10.13 release on GitHub. New chapters illustrating structural equation models using MARSS versus `StructTS` and the KFAS package were added. The KFAS chapter compares the KFAS residuals functions to the MARSS residuals functions. The two packages use different algorithms and different semantics to compute the same residuals.
1313

1414

1515
ENHANCEMENTS

0 commit comments

Comments
 (0)