evaluate_cpts {tidychangepoint} | R Documentation |
Evaluate candidate changepoints sets
Description
Evaluate candidate changepoints sets
Usage
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, ...)
Arguments
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, |
Value
[Package tidychangepoint version 1.0.0 Index]