summary.multiscale.cpts {mosum} | R Documentation |
Summary of change points estimated by multiscale MOSUM procedure
Description
Summary method for objects of class multiscale.cpts
Usage
## S3 method for class 'multiscale.cpts'
summary(object, ...)
Arguments
object |
a |
... |
not in use |
Details
Provide information about each estimated change point,
including the bandwidths used for its detection, associated p-value and (scaled) jump size;
if object$do.confint=TRUE
, end points of the pointwise and uniform confidence intervals
are also provided.
Examples
x <- testData(model = "mix", seed = 12345)$x
mlp <- multiscale.localPrune(x, do.confint = TRUE)
summary(mlp)
[Package mosum version 1.2.7 Index]