point_anomalies {anomaly}R Documentation

Point anomaly location and strength.

Description

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

Returns a data frame with columns containing the position, strength, and (for multivariate data) the variate number.

Usage

point_anomalies(object, ...)

## S4 method for signature 'capa.class'
point_anomalies(object, epoch = nrow(object@data))

Arguments

object

An instance of an S4 class produced by capa.

...

TODO

epoch

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.

Value

A data frame.

See Also

capa.


[Package anomaly version 4.3.2 Index]