Summary methods for S4 objects returned by capa
, capa.uv
, capa.mv
,
and pass
. The output displayed depends on the type of S4 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
, summary
displays a summary of the analysis type used and the results
produced by point_anomalies
and collective_anomalies
.
For an object produced by capa
is the same as for an object produced by capa.uv
or capa.mv
.
# S4 method for anomaly_series
summary(object, ...)# S4 method for capa.class
summary(object, ...)
# S4 method for capa.uv.class
summary(object, ...)
# S4 method for capa.mv.class
summary(object, ...)
# S4 method for pass.class
summary(object, ...)
Ignored.
capa
,capa.uv
,capa.mv
,,pass
,point_anomalies
,collective_anomalies
.