-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
95 lines (92 loc) · 2.87 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
url: https://www.spsanderson.com/healthyR.ts/
template:
bootstrap: 5
bootswatch: flatly
ganalytics: G-HKLXBY9V6J
navbar:
title: "healthyR.ts"
left:
- icon: "fa-home"
href: index.html
aria-label: Home
- text: "Getting Started"
href: articles/getting-started.html
- text: "Articles"
href: articles/index.html
menu:
- text: "Tidy FFT Analysis"
- text: "Using tidy_fft"
href: articles/using-tidy-fft.html
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
reference:
- title: Data Generating Functions
desc: healthyR.ts functions that generate data
contents:
- has_concept("Data Generator")
- title: Plotting Functions
desc: healthyR.ts plotting functions
- contents:
- matches("_ggplot_layers")
- "ts_qc_run_chart"
- "ts_ma_plot"
- "ts_sma_plot"
- "ts_calendar_heatmap_plot"
- "ts_splits_plot"
- "ts_vva_plot"
- "ts_qq_plot"
- "ts_scedacity_scatter_plot"
- contains("color_blind")
- contains("_colorblind")
- has_concept("Plot")
- title: Time Series Clustering
desc: Time Series Clustering Functions
- contents:
- has_concept("Clustering")
- title: Time Filtering Functions
desc: healthyR.ts time based filtering functions
- contents:
- has_concept("Time_Filtering")
- title: Time Series Forecasting and Simulation
desc: healthyR.ts time series forecasting and simulation functions
- contents:
- has_concept("Simulator")
- title: Time Series Recipes
desc: healthyR.ts automatic time series recipe functions
- contents:
- "ts_auto_recipe"
- title: Time Series Auto Workflowsets
desc: healthyR.ts automatic time series workflow set functions
- contents:
- matches("ts_wfs")
- title: Time Series Boiler Plate Functions
desc: healthyR.ts automatic time series functions to create in a single call a Recipe, Model Specification, Workflow, Model Fit, Tuned Model and Calibration object.
- subtitle: Auto Workflows
- contents:
- has_concept("Boiler_Plate")
- subtitle: Extractors
- contents:
- has_concept("Boilerplate Utility")
- title: Time Series Vector Functions
desc: healthyR.ts vectorized Functions
- contents:
- matches("_vec()")
- title: Time Series Augment Functions
desc: healthyR.ts augmenting Functions
- contents:
- matches("_augment()")
- title: Time Series Recipe Step Functions
desc: healthyR.ts step functions
- contents:
- matches("step_ts_")
- title: Time Series Helper Functions
desc: healthyR.ts helper Functions
- contents:
- has_concept("Utility")
- title: Statistic Functions
desc: healthyR.ts simple and complex statistical functions
- contents:
- has_concept("Statistic")
search: