Uses of Class
com.pervasive.datarush.analytics.stats.Quantile
-
Packages that use Quantile Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of Quantile in com.pervasive.datarush.analytics.stats
Fields in com.pervasive.datarush.analytics.stats with type parameters of type Quantile Modifier and Type Field Description protected List<Quantile<T>>
AbstractNumericInfo. quantiles
Methods in com.pervasive.datarush.analytics.stats that return types with arguments of type Quantile Modifier and Type Method Description List<Quantile<T>>
AbstractNumericInfo. getQuantiles()
Returns the quantiles of this field.Method parameters in com.pervasive.datarush.analytics.stats with type arguments of type Quantile Modifier and Type Method Description void
AbstractNumericInfo. setQuantiles(List<Quantile<T>> quantiles)
Sets the quantiles of this field.
-