StatisticalTimeSeriesFilterResponse

data class StatisticalTimeSeriesFilterResponse(val numTimeSeries: Int, val rankingMethod: String)

A filter that ranks streams based on their statistical relation to other streams in a request. Note: This field is deprecated and completely ignored by the API.

Constructors

Link copied to clipboard
fun StatisticalTimeSeriesFilterResponse(numTimeSeries: Int, rankingMethod: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How many time series to output.

Link copied to clipboard

rankingMethod is applied to a set of time series, and then the produced value for each individual time series is used to compare a given time series to others. These are methods that cannot be applied stream-by-stream, but rather require the full context of a request to evaluate time series.