Description Usage Arguments Value
Discretizes the time series into equal-sized buckets based on sample quantiles.
1 | QuantilesCutStatistics(tss, q, precision = 1e-08)
|
tss |
Expects an input array whose dimension zero is the length of the time series (all the same) and dimension one indicates the number of time series. |
q |
Number of quantiles to extract. From 0 to 1, step 1/quantiles. |
precision |
Number of decimals expected. |
Matrix with the categories, one category per row, the start of the category in the first column and the end in the second category.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.