-
Notifications
You must be signed in to change notification settings - Fork 4
/
forecast_pkgdown.yml
180 lines (176 loc) · 3.89 KB
/
forecast_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
url: https://pkg.robjhyndman.com/forecast/
template:
bootstrap: 5
bootswatch: flatly
bslib:
base_font: {google: "Fira Sans"}
heading_font: {google: "Fira Sans"}
code_font: "Hack, mono"
primary: "#234460"
link-color: "#234460"
math-rendering: katex
theme: tango
includes:
in_header: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css">
navbar:
type: light
structure:
left: [reference, jsspaper, changelog]
right: [search, github]
components:
jsspaper:
text: "JSS paper"
href: https://cran.r-project.org/web/packages/forecast/vignettes/JSS2008.pdf
changelog:
text: "Change Log"
href: news/index.html
authors:
Rob Hyndman:
href: http://robjhyndman.com
Christoph Bergmeir:
href: https://github.com/cbergmeir
Gabriel Caceres:
href: https://github.com/gabrielcaceres
Mitchell O'Hara-Wild:
href: https://github.com/mitchelloharawild
Fotios Petropoulos:
href: http://fpetropoulos.eu
Slava Razbash:
href: https://github.com/slavarazbash
Earo Wang:
href: http://earo.me
Yuan Tang:
href: https://terrytangyuan.github.io/about/
reference:
- title: "Package"
desc: "Forecast package"
contents:
- forecast-package
- title: "Time series analysis"
desc: "Functions for working with time series"
contents:
- msts
- subset.ts
- bizdays
- easter
- monthdays
- fourier
- seasonaldummy
- seasonaldummyf
- findfrequency
- BoxCox
- InvBoxCox
- BoxCox.lambda
- tsclean
- tsoutliers
- na.interp
- ndiffs
- nsdiffs
- ocsb.test
- bld.mbb.bootstrap
- is.constant
- title: "Seasonal decomposition"
desc: "Functions used in seasonal decomposition"
contents:
- ma
- mstl
- seasadj
- seasonal
- trendcycle
- remainder
- title: "Modelling"
desc: "Functions for estimating time series models"
contents:
- arfima
- Arima
- auto.arima
- ets
- baggedModel
- bats
- tbats
- nnetar
- stlm
- tslm
- title: "Forecasting"
desc: "Functions for producing forecasts"
contents:
- naive
- snaive
- rwf
- meanf
- ses
- holt
- hw
- dshw
- stlf
- splinef
- thetaf
- croston
- modelAR
- sindexf
- forecast.Arima
- forecast.ets
- forecast.baggedModel
- forecast.bats
- forecast.tbats
- forecast.fracdiff
- forecast.HoltWinters
- forecast.lm
- forecast.mlm
- forecast.modelAR
- forecast.mts
- forecast.nnetar
- forecast.stl
- forecast.StructTS
- forecast.ts
- is.forecast
- title: "Plotting"
desc: "Functions for plotting time series and forecasts"
contents:
- gghistogram
- seasonplot
- ggseasonplot
- ggsubseriesplot
- gglagplot
- Acf
- Pacf
- Ccf
- taperedacf
- taperedpacf
- ggAcf
- tsdisplay
- checkresiduals
- StatForecast
- starts_with("plot")
- starts_with("gg")
- starts_with("autoplot")
- starts_with("autolayer")
- is.acf
- title: "Model analysis"
desc: "Functions for analysing time series models"
contents:
- starts_with("fitted")
- starts_with("residuals")
- checkresiduals
- arimaorder
- arima.errors
- starts_with("simulate")
- tbats.components
- getResponse
- modeldf
- title: "Forecast evaluation"
desc: "Functions used for evaluating forecasts"
contents:
- accuracy.default
- CVar
- CV
- tsCV
- dm.test
- title: "Data"
desc: "Data sets included in the package"
contents:
- gas
- gold
- taylor
- wineind
- woolyrnq