forked from robjhyndman/forecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
152 lines (149 loc) · 3.18 KB
/
_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
template:
params:
bootswatch: flatly
authors:
Rob Hyndman:
href: http://robjhyndman.com
Mitchell O'Hara-Wild:
href: https://github.com/mitchelloharawild
Christoph Bergmeir:
href: https://github.com/cbergmeir
Slava Razbash:
href: https://github.com/slavarazbash
Earo Wang:
href: http://earo.me
navbar:
type: default
left:
- text: "Reference"
href: reference/index.html
- text: "JSS paper"
href: https://cran.r-project.org/web/packages/forecast/vignettes/JSS2008.pdf
- text: "Change Log"
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/robjhyndman/forecast
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
- bld.mbb.bootstrap
- is.constant
- title: "Seasonal decomposition"
desc: "Functions used in seasonal decomposition"
contents:
- ma
- seasadj
- seasonal
- trendcycle
- remainder
- title: "Modelling"
desc: "Functions for estimating time series models"
contents:
- arfima
- Arima
- auto.arima
- ets
- baggedETS
- 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
- sindexf
- forecast
- forecast.Arima
- forecast.ets
- forecast.baggedETS
- forecast.bats
- forecast.tbats
- forecast.fracdiff
- forecast.HoltWinters
- forecast.lm
- forecast.mlm
- forecast.mts
- forecast.nnetar
- forecast.stl
- forecast.StructTS
- title: "Plotting"
desc: "Functions for plotting time series and forecasts"
contents:
- gghistogram
- seasonplot
- ggseasonplot
- ggsubseriesplot
- gglagplot
- Acf
- Pacf
- Ccf
- taperedacf
- taperedpacf
- ggAcf
- tsdisplay
- checkresiduals
- starts_with("plot")
- starts_with("gg")
- starts_with("autoplot")
- starts_with("autolayer")
- title: "Model analysis"
desc: "Functions for analysing time series models"
contents:
- starts_with("fitted")
- starts_with("residuals")
- checkresiduals
- arimaorder
- starts_with("simulate")
- tbats.components
- title: "Forecast evaluation"
desc: "Functions used for evaluating forecasts"
contents:
- accuracy
- CVar
- CV
- tsCV
- dm.test
- title: "Data"
desc: "Data sets included in the package"
contents:
- gas
- gold
- taylor
- wineind
- woolyrnq