summary.mosum.cpts: Summary of change points estimated by MOSUM procedure

View source: R/mosum.R

summary.mosum.cptsR Documentation

Summary of change points estimated by MOSUM procedure

Description

Summary method for objects of class mosum.cpts

Usage

## S3 method for class 'mosum.cpts'
summary(object, ...)

Arguments

object

a mosum.cpts object

...

not in use

Details

Provide information about each estimated change point, including the bandwidths used for its estimation, 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(lengths = rep(100, 3), means = c(0, 5, -2), sds = rep(1, 3), seed = 1234)$x
m <- mosum(x, G = 40, do.confint = TRUE)
summary(m)

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