-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
527 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,37 @@ | ||
url: https://business-science.github.io/anomalize/ | ||
template: | ||
bootstrap: 5 | ||
bootswatch: flatly | ||
params: | ||
ganalytics: UA-76139189-1 | ||
|
||
reference: | ||
- title: General | ||
contents: | ||
- 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") | ||
- clean_anomalies | ||
- 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 | ||
- title: General | ||
contents: 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") | ||
- clean_anomalies | ||
- 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 | ||
|
Oops, something went wrong.