Learn R Programming

changepoint.mv (version 1.0.2)

cpts.uv: Univariate changepoint locations.

Description

Returns a list of vectors containing the univariate changepoint locations.

Usage

# S4 method for changepoint.mv.mrc.class
cpts.uv(x)

Arguments

x

An S4 object as returned by mrc.

Value

A list of \(N\) vectors containing the univariate changepoint locations. Each vector corresponds to an individual variate in the data.

Examples

Run this code
# NOT RUN {
library(changepoint.mv)
data(mrcexample)
res<-mrc(mrcexample)
cpts.uv(res)

# }

Run the code above in your browser using DataLab