Summary methods for S4 objects returned by capa
, capa.uv
, capa.mv
,
pass
, and sampler
. The output displayed
depends on the type of object passed to summary. For all types, the output indicates whether the data is univariate or
multivariate, the number of observations in the data, and the type of change being detected.
For an object produced by capa.uv
or capa.mv
, pass
, or sampler
, summary
displays a summary of the analysis.
For an object produced by capa
is the same as for an object produced by capa.uv
or capa.mv
.
# S4 method for bard.sampler.class
summary(object, ...)# S4 method for capa.class
summary(object, epoch = nrow(object@data))
# S4 method for capa.mv.class
summary(object)
# S4 method for capa.uv.class
summary(object)
# S4 method for pass.class
summary(object, ...)
Ignored.
Positive integer. CAPA methods are sequential and as such, can generate results up to, and including, any epoch within the data series. This can be controlled by the value
of epoch
and is useful for examining how the inferred anomalies are modified as the data series grows. The default value for epoch
is the length of the data series.