forked from business-science/anomalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
58 lines (55 loc) · 1.48 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
template:
params:
bootswatch: flatly
ganalytics: UA-76139189-1
navbar:
title: "anomalize"
left:
- text: "Home"
href: index.html
- text: "Function Reference"
href: reference/index.html
- text: "Vignettes"
href: articles/index.html
menu:
- text: "Anomalize Quick Start Guide"
href: articles/anomalize_quick_start_guide.html
- text: "Anomalize Methods"
href: articles/anomalize_methods.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/business-science/anomalize
reference:
- title: General
contents:
- anomalize_package
- tidyverse_cran_downloads
- title: Anomalize workflow
desc: __The main functions used to anomalize time series data.__
contents:
- starts_with("time_decompose")
- anomalize
- starts_with("time_recompose")
- title: Visualization functions
desc: __Plotting utilities for visualizing anomalies.__
contents:
- starts_with("plot_")
- title: Frequency and trend
desc: __Working with the frequency, trend, and time scale.__
contents:
- ends_with("frequency")
- ends_with("trend")
- contains("time_scale")
- title: Methods
desc: __Functions that power the main anomalize functions.__
contents:
- starts_with("decompose_")
- iqr
- gesd
- title: Misc
desc: __Miscellaneous functions and utilites.__
contents:
- starts_with("prep_")
- time_apply