CHANGEPOINT: Detect a changepoint

Description Usage Arguments Value Examples

View source: R/CHANGEPOINT.R

Description

Detect a Changepoint in a vector using sum of squares as a cost

Usage

1

Arguments

data

a vector of data

Value

the change point location and the reduction in cost

Examples

1
Rfunc2::CHANGEPOINT(c(1,2,3,4,5,6))

bwd29/Rfunc2 documentation built on Dec. 31, 2020, 9 p.m.