You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prediction and residuals for state space models (@lionelvoirol )
Structure output of kalman_filter function in a list of matrix w/ forecast, filter and smooth (@lionelvoirol )
Discuss the functions AIC.fitsimts and evaluate in vignette(s) and textbook.
Add possibility to change title in Portmanteau Tests plot (see function diag_ljungbox and Figure 4.15).
Add summary.fitsimts (connect to gmwm).
Add possibility to compute CI by parametric bootstrap, block bootstrap and seeder.
Add news.md file
Add confidence intervals for parameters estimated with gmwm and rgmwm.
Add compatibility with RW, WN, QN and DR processes (as well as sum of latent processes) for the function estimate used with option gmwm and rgmwm.
Add possibility of simulating non-Gaussian time series (i.e. extent ts objects to contain some info on the distribution of the residuals, for example AR(1) would be Gaussian AR(1) while AR(1, df = 5) would an AR(1) with t-distributed residuals with 5 df.
Add an example of an unevenly spaced time series in the README and/or vignette. The code may need to be adapted.
The select function should be made compatible with the following models:
SAR and SMA
SARMA
SARIMA
Improve the function RW3dimensions. In particular, these parameters should be added as inputs: couleur = "blue4", xlab = "X-position", ylab = "Y-position", main = NULL, pt_col = NULL, pt_pch = 16, pt.cex = 2, leg_pos = NULL.
Add MAPE model selection features (See exts for details. Here is an example based on sunspot dataset, slide 38 - ARMAmodels.pdf)
Add a check that supplied object is of class gts or fitsimts (e.g. predict() function in the stat environment takes non-compatible objects and can be used instead of the predict() function in simts)
Correct kernel density of the residual hist can go outside of the graph
Remove negative values (y axis) of Ljung-Box diagnostic plot see e.g.
kalman_filter
function in a list of matrix w/ forecast, filter and smooth (@lionelvoirol )AIC.fitsimts
andevaluate
in vignette(s) and textbook.diag_ljungbox
and Figure 4.15).gmwm
andrgmwm
.RW
,WN
,QN
andDR
processes (as well as sum of latent processes) for the functionestimate
used with optiongmwm
andrgmwm
.AR(1)
would be Gaussian AR(1) whileAR(1, df = 5)
would an AR(1) with t-distributed residuals with 5 df.select
function should be made compatible with the following models:RW3dimensions
. In particular, these parameters should be added as inputs:couleur = "blue4"
,xlab = "X-position"
,ylab = "Y-position"
,main = NULL
,pt_col = NULL
,pt_pch = 16
,pt.cex = 2
,leg_pos = NULL
.wv
package:The text was updated successfully, but these errors were encountered: