Eli Holmes - NOAA
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.
Currently ``` d
Need to explain to user why this occurs ``` # Covariate example fulldat
Add to the "residuals" list of standard plots too. ## Fitted - [ ] show raw innovations residuals versus fitted - [ ] show raw smoothation residuals versus fitted ##...
vdiffr works with testthat to do that. https://github.com/r-lib/vdiffr
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...
## 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.
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
``` 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]...