summary.mosum.cpts {mosum} | R 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 |
... |
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)
[Package mosum version 1.2.7 Index]