QuantilesCutStatistics: QuantilesCutStatistics

Description Usage Arguments Value

Description

Discretizes the time series into equal-sized buckets based on sample quantiles.

Usage

1
QuantilesCutStatistics(tss, q, precision = 1e-08)

Arguments

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.

Value

Matrix with the categories, one category per row, the start of the category in the first column and the end in the second category.


shapelets/khiva-r documentation built on June 10, 2019, 4:58 a.m.