powered by
Returns a list of vectors containing the univariate changepoint locations.
# S4 method for changepoint.mv.mrc.class cpts.uv(x)
An S4 object as returned by mrc.
mrc
A list of \(N\) vectors containing the univariate changepoint locations. Each vector corresponds to an individual variate in the data.
# NOT RUN { library(changepoint.mv) data(mrcexample) res<-mrc(mrcexample) cpts.uv(res) # }
Run the code above in your browser using DataLab