Skip to content

Commit

Permalink
Add VARIMA
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 17, 2024
1 parent 536dda2 commit e76aa1b
Show file tree
Hide file tree
Showing 10 changed files with 608 additions and 21 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Suggests:
feasts,
forecast,
knitr,
MTS,
nnet,
rmarkdown,
spelling,
Expand All @@ -67,4 +68,4 @@ Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
'namespace'))
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
10 changes: 10 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

S3method(IRF,ARIMA)
S3method(IRF,VAR)
S3method(IRF,VARIMA)
S3method(IRF,VECM)
S3method(breusch_godfrey,TSLM)
S3method(components,ETS)
Expand All @@ -12,6 +13,7 @@ S3method(fitted,NNETAR)
S3method(fitted,RW)
S3method(fitted,TSLM)
S3method(fitted,VAR)
S3method(fitted,VARIMA)
S3method(fitted,VECM)
S3method(fitted,croston)
S3method(fitted,fable_theta)
Expand All @@ -23,6 +25,7 @@ S3method(forecast,NNETAR)
S3method(forecast,RW)
S3method(forecast,TSLM)
S3method(forecast,VAR)
S3method(forecast,VARIMA)
S3method(forecast,VECM)
S3method(forecast,croston)
S3method(forecast,fable_theta)
Expand All @@ -34,6 +37,7 @@ S3method(generate,NNETAR)
S3method(generate,RW)
S3method(generate,TSLM)
S3method(generate,VAR)
S3method(generate,VARIMA)
S3method(generate,VECM)
S3method(generate,model_mean)
S3method(glance,AR)
Expand All @@ -43,6 +47,7 @@ S3method(glance,NNETAR)
S3method(glance,RW)
S3method(glance,TSLM)
S3method(glance,VAR)
S3method(glance,VARIMA)
S3method(glance,VECM)
S3method(glance,fable_theta)
S3method(glance,model_mean)
Expand All @@ -58,6 +63,7 @@ S3method(model_sum,NNETAR)
S3method(model_sum,RW)
S3method(model_sum,TSLM)
S3method(model_sum,VAR)
S3method(model_sum,VARIMA)
S3method(model_sum,VECM)
S3method(model_sum,fable_theta)
S3method(model_sum,model_mean)
Expand All @@ -75,6 +81,7 @@ S3method(report,NNETAR)
S3method(report,RW)
S3method(report,TSLM)
S3method(report,VAR)
S3method(report,VARIMA)
S3method(report,VECM)
S3method(report,fable_theta)
S3method(report,model_mean)
Expand All @@ -85,6 +92,7 @@ S3method(residuals,NNETAR)
S3method(residuals,RW)
S3method(residuals,TSLM)
S3method(residuals,VAR)
S3method(residuals,VARIMA)
S3method(residuals,VECM)
S3method(residuals,croston)
S3method(residuals,fable_theta)
Expand All @@ -96,6 +104,7 @@ S3method(tidy,NNETAR)
S3method(tidy,RW)
S3method(tidy,TSLM)
S3method(tidy,VAR)
S3method(tidy,VARIMA)
S3method(tidy,VECM)
S3method(tidy,croston)
S3method(tidy,fable_theta)
Expand All @@ -113,6 +122,7 @@ export(SNAIVE)
export(THETA)
export(TSLM)
export(VAR)
export(VARIMA)
export(VECM)
export(as_tsibble)
export(breusch_godfrey)
Expand Down
Loading

0 comments on commit e76aa1b

Please sign in to comment.