Skip to contents

Wraps the fpop package for optimal changepoint detection via functional pruning.

Usage

fpop_wrapper(x, penalty = NULL, ...)

Arguments

x

A numeric vector.

penalty

Penalty value. Defaults to 2 * log(length(x)) (BIC).

...

Additional arguments passed to fpop::Fpop().

Value

A ggcpt object.