Description Usage Arguments Details Examples
cbar: Contextual Bayesian Anomaly Detection in R
This function generates cbar object to detect contextual anomaly and
to abstract analysis output.
| 1 2 | 
| .data | data table with datetime, y, and predictors | 
| ref_period | performance reference period | 
| mea_period | performance measurement period | 
| apply_standardized | whether it will standardized data or not | 
| interval | credible interval. 0.95 by default. | 
| ... | params for  | 
See the README on Github
For the input .data, note that you should use datetime for the
first column name. Also, you should use numeric type for other
columns.
| 1 2 3 4 5 6 7 8 9 10 11 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.