-
Notifications
You must be signed in to change notification settings - Fork 15
/
_pkgdown.yml
138 lines (121 loc) · 2.25 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
title: gmwm
template:
bootswatch: flatly
reference:
- title: Models
desc: >
Supported Time Series Processes
contents:
- SARIMA
- SARMA
- ARIMA
- ARMA
- AR
- MA
- ARMA11
- AR1
- GM
- MA1
- WN
- DR
- QN
- RW
- title: GMWM Estimator
desc: >
Estimation Tools for the Generalized Method of Wavelet Moments estimator (GMWM)
contents:
- gmwm
- gmwm_imu
- rgmwm
- update.gmwm
- title: Model Selection
desc: >
Rank a group of models by using the Wavelet Information Criterion (WIC)
contents:
- rank_models
- auto_imu
- title: Computations
desc: >
Tools for computing information
contents:
- wvar
- wvcov
- avar
- hadam
- modwt
- dwt
- brickwall
- title: Generation
desc: >
Support for Generating Single or Composite Processes
contents:
- gen_gts
- gen_lts
- title: Inertial Measurement Units
desc: >
IMU specific tools
contents:
- imu
- read_imu
- title: Visualizations
desc: >
Graphing Features
contents:
- plot.wvar
- plot.wvar.imu
- compare_wvar
- plot.gmwm
- compare_models
- compare_eff
- plot.gts
- plot.lts
- autoplot.avar
- autoplot.hadam
- plot.avar
- plot.hadam
- plot.rank.models
- plot.auto.imu
- title: Process to Haar Wavelet Variance
desc: >
Functions that compute the theoretical Haar Wavelet Variance
contents:
- arma_to_wv
- arma11_to_wv
- ar1_to_wv
- ma1_to_wv
- wn_to_wv
- dr_to_wv
- qn_to_wv
- rw_to_wv
- title: Partial First Order Derivatives
desc: >
Functions that compute the partial first order derivatives of the theoretical Haar Wavelet Variance
contents:
- derivative_first_matrix
- deriv_arma11
- deriv_ar1
- deriv_ma1
- deriv_wn
- deriv_dr
- deriv_qn
- deriv_rw
- title: Partial Second Order Derivatives
desc: >
Functions that compute the partial second order derivatives of the theoretical Haar Wavelet Variance
contents:
- deriv_2nd_arma11
- deriv_2nd_ar1
- deriv_2nd_ma1
- deriv_2nd_dr
navbar:
type: default
left:
- text: Home
href: index.html
- text: Quick Start
href: articles/Quick-Start-Guide.html
- text: Reference
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/SMAC-Group/gmwm