Description Usage Arguments Value References Examples
A technique for detecting anomalous segments and points based on CAPA (Collective And Point Anomalies) by Fisch et al. (2018). This is a generic method that can be used for both univariate
and multivariate data. The specific method that is used for the analysis is deduced by capa
from the dimensions of the data.
1 2 3 |
x |
A numeric matrix with n rows and p columns containing the data which is to be inspected. |
beta |
A numeric vector of length p, giving the marginal penalties. If p > 1, type ="meanvar" or type = "mean" and max_lag > 0 it defaults to the penalty regime 2' described in Fisch, Eckley and Fearnhead (2019). If p > 1, type = "mean" and max_lag = 0 it defaults to the pointwise minimum of the penalty regimes 1, 2, and 3 in Fisch, Eckley and Fearnhead (2019). |
beta_tilde |
A numeric constant indicating the penalty for adding an additional point anomaly. It defaults to a BIC style penalty if no argument is provided. |
type |
A string indicating which type of deviations from the baseline are considered. Can be "meanvar" for collective anomalies characterised by joint changes in mean and variance (the default) or "mean" for collective anomalies characterised by changes in mean only. |
min_seg_len |
An integer indicating the minimum length of epidemic changes. It must be at least 2 and defaults to 10. |
max_seg_len |
An integer indicating the maximum length of epidemic changes. It must be at least min_seg_len and defaults to Inf. |
max_lag |
A non-negative integer indicating the maximum start or end lag. Only useful for multivariate data. Default value is 0. |
transform |
A function used to centre the data prior to analysis by |
An S4 class of type capa.class.
2018arXiv180601947Fanomaly
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.