point_anomaly-methods: Point anomaly location and strength.

Description Usage Arguments Value See Also

Description

Creates a data frame containing point anomaly locations and strengths as detected by capa, capa.uv, and capa.mv.

For an object produced by capa.uv, the output is a data frame with columns containing the position and strength of the anomaly.

For an object produced by capa.mv, point_anomalies returns a data frame with columns containing the position, variate, and strength of the anomaly.

For an object produced by capa, point_anomalies returns the same results as capa.uv when the data is univariate, and the same results as capa.uv when the data is multivariate.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'capa.class'
point_anomalies(object)

## S4 method for signature 'capa.uv.class'
point_anomalies(object)

## S4 method for signature 'capa.mv.class'
point_anomalies(object)

Arguments

object

An S4 class produced by capa, capa.uv, and capa.mv.

Value

A data frame.

See Also

capa, capa.uv, capa.mv.


Fisch-Alex/anomaly documentation built on Sept. 4, 2019, 10:12 p.m.