Learn R Programming

tidychangepoint (version 1.0.0)

evaluate_cpts: Evaluate candidate changepoints sets

Description

Evaluate candidate changepoints sets

Usage

evaluate_cpts(x, ...)

# S3 method for seg_basket evaluate_cpts(x, ...)

# S3 method for list evaluate_cpts(x, .data, model_fn, ...)

# S3 method for tbl_df evaluate_cpts(x, .data, model_fn, ...)

Value

A tibble::tbl_df

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, fit_meanshift_norm().