Find breaks in distribution in a possiblity high-dimensional time series
1 2 3 | hdcd(x, delta = 0.1, gamma = 0, lambda = NULL, method = NULL,
optimizer = "line_search", segmentation = "BS",
control = hdcd_control())
|
x |
A matrix with observations in rows |
delta |
Minimal relative segment length, defaults to 0.1 |
gamma |
Minimal required gain to split in the Binary Segmentation Procedure. Defaults to 0. |
lambda |
Tuning parameter passed to the method. |
method |
Method to be applied for change point detection. One of |
optimizer |
Optimization method to be used to find an (approximate) of the maximum of the gain function.
One of |
segmentation |
Segmentation method to be used. One of |
control |
Control parameter as returned by hdcd_control |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.