PickTimeSeriesFilterRankingMethod

enum PickTimeSeriesFilterRankingMethod : Enum<PickTimeSeriesFilterRankingMethod> , ConvertibleToJava<PickTimeSeriesFilterRankingMethod>

ranking_method is applied to each time series independently to produce the value which will be used to compare the time series to other time series.

Entries

Link copied to clipboard

Not allowed. You must specify a different Method if you specify a PickTimeSeriesFilter.

Link copied to clipboard

Select the mean of all values.

Link copied to clipboard

Select the maximum value.

Link copied to clipboard

Select the minimum value.

Link copied to clipboard

Compute the sum of all values.

Link copied to clipboard

Select the most recent value.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): PickTimeSeriesFilterRankingMethod
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: PickTimeSeriesFilterRankingMethod
Link copied to clipboard
Link copied to clipboard