powered by
Returns a list of vectors containing the multivariate changepoint locations.
# S4 method for changepoint.mv.mrc.class cpts.mv(x, p = NULL)
An S4 object as returned by mrc.
mrc
The number of most recent changepoints locations to be consisdered. Default value is p=x@pmax where pmax
p=x@pmax
A list of \(N\) vectors containing the multivariate changepoint locations. Each vector corresponds to an individual variate in the data.
# NOT RUN { library(changepoint.mv) data(mrcexample) res<-mrc(mrcexample) cpts.mv(res) cpts.mv(res,p=3) # }
Run the code above in your browser using DataLab