evaluate_cpts: Evaluate candidate changepoints sets

View source: R/aaa_generics.R

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

Value

A tibble::tbl_df


tidychangepoint documentation built on April 4, 2025, 4:31 a.m.