-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
94 lines (91 loc) · 2.05 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
url: https://geobosh.github.io/sarima
template:
bootstrap: 5
search:
exclude: ['news/index.html']
reference:
- title: "sarima overview"
desc: >
sarima overview
contents:
- "sarima-package"
- sarima
- tsdiag
- sim_sarima
- prepareSimSarima
# - print(<simSarimaFun>)
- title: "Functions for properties of models and time series"
contents:
- spectrum
- autocovariances
- autocorrelations
- partialAutocorrelations
- partialAutocovariances
- partialVariances
- armaccf_xe
- armaacf
- filterCoef
- filterOrder
- filterPoly
- filterPolyCoef
- modelCoef
- modelOrder
- modelPoly
- modelPolyCoef
- isStationaryModel
- modelCenter
- modelIntercept
- nSeasons
- nUnitRoots
- sigmaSq
- title: "Inference"
contents:
- acfIidTest
- whiteNoiseTest
- acfGarchTest
- acfWnTest
- acfMaTest
- se
- confint
- nvarOfAcfKP
- nvcovOfAcf
- nvcovOfAcfBD
- acfOfSquaredArmaModel
- "FisherInformation-methods"
- title: "Methods"
contents:
- "autocorrelations-methods"
- "autocovariances-methods"
- "coerce-methods"
- "filterCoef-methods"
- "filterOrder-methods"
- "filterPoly-methods"
- "filterPolyCoef-methods"
- "modelCoef-methods"
- "modelOrder-methods"
- "modelPoly-methods"
- "modelPolyCoef-methods"
- "partialAutocorrelations-methods"
- "plot-methods"
- matches("summary")
- as.SarimaModel
- title: "Classes"
contents:
- ArmaModel
- matches("-class$")
- "Spectrum-class"
- title: "Initialisation for Kalman filter"
contents:
- arma_Q0naive
- arma_Q0gnbR
- arma_Q0gnb
- title: "Other"
contents:
# - "-`sarima-package`"
# - -matches("-class$")
# - -matches("-methods$")
# - -matches("summary")
- fun.forecast
- xarmaFilter
- sarima.f
- periodogram