summary.multiscale.cpts: Summary of change points estimated by multiscale MOSUM...

View source: R/local_prune.R

summary.multiscale.cptsR 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 multiscale.cpts object

...

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)

mosum documentation built on Oct. 22, 2022, 5:05 p.m.