Eli Holmes - NOAA

Results 48 issues of Eli Holmes - NOAA

de Jong has a fast algorithm for sampling x from the conditional distribution. There are better algorithms for the unconditional distribution too.

enhancement

Need to explain to user why this occurs ``` # Covariate example fulldat

documentation

Add to the "residuals" list of standard plots too. ## Fitted - [ ] show raw innovations residuals versus fitted - [ ] show raw smoothation residuals versus fitted ##...

enhancement

vdiffr works with testthat to do that. https://github.com/r-lib/vdiffr

enhancement
testing

Version 3.11.5 Info 9/27/2021 This is completed but before closing completely do the following. - [ ] Check the code in last comment. - [ ] Search for V0 not...

documentation
testing

## When MARSS is moved to atsa-es - [ ] Update the remaining install links - [ ] Check all the links are working correctly

Work through examples in ?KFAS man page to show relationship and for testing.

enhancement
documentation
testing

Add this chapter. Address this issue in there `apply(MARSS:::MARSSresiduals.tT(fit2)$mar.resid,1,var,na.rm=TRUE)` not that close to 1 ``` dat

enhancement
documentation

``` library(MARSS) #################################################################################################### # simple AR(2) model #################################################################################################### N = 500 y = seq(0, N) sigma.epsilon = 5 beta.1 = 0.5 beta.2 = -0.3 for (t in seq(2,N)) { y[t+1]...

bug