-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
executable file
·73 lines (67 loc) · 1.13 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
template:
params:
bootswatch: flatly
reference:
- title: Time Series Models
contents:
- WN
- DR
- QN
- RW
- GM
- AR
- AR1
- MA
- ARMA
- ARIMA
- SARMA
- SARIMA
- SIN
- MAT
- FGN
- PLP
- title: Time Series Simulation
contents:
- gts
- gen_gts
- lts
- gen_lts
- gen_ar1blocks
- gen_bi
- gen_nswn
- title: Time Series Descriptive Analysis
contents:
- plot.gts
- plot.lts
- auto_corr
- plot.ACF
- plot.PACF
- corr_analysis
- compare_acf
- title: Time Series Model Estimation
contents:
- estimate
- title: Time Series Diagnostic Tools
contents:
- check
- title: Model selection of SARIMA models
contents:
- select
- title: Kalman Filtering
contents:
- kalman_filter
- plot.KF
- title: Miscellanea
contents:
- RW2dimension
- ar1_to_gm
- gm_to_ar1
navbar:
left:
- text: Vignettes
href: articles/vignettes.html
- text: Reference
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/SMAC-Group/simts