evaluate_cpts | R Documentation |
Evaluate candidate changepoints sets
evaluate_cpts(x, ...)
## S3 method for class 'seg_basket'
evaluate_cpts(x, ...)
## S3 method for class 'list'
evaluate_cpts(x, .data, model_fn, ...)
## S3 method for class 'tbl_df'
evaluate_cpts(x, .data, model_fn, ...)
x |
An object to evaluate |
... |
arguments passed to methods |
.data |
A time series |
model_fn |
Name of the function to fit the model.
See, for examples, |
A tibble::tbl_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.