anomaly (version 2.0.1)

summary: Summary of collective and point anomalies.

Description

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.

Usage

# 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)

Arguments

object

An S4 class produced by capa, capa.uv, capa.mv, or pass.

...

Other parameters to be passed to summary methods.

See Also

capa,capa.uv,capa.mv,,pass,point_anomalies,collective_anomalies.