Uses of Class
com.pervasive.datarush.analytics.stats.Quantile
Packages that use Quantile
Package
Description
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 QuantileMethods in com.pervasive.datarush.analytics.stats that return types with arguments of type QuantileModifier and TypeMethodDescriptionAbstractNumericInfo.getQuantiles()Returns the quantiles of this field.Method parameters in com.pervasive.datarush.analytics.stats with type arguments of type QuantileModifier and TypeMethodDescriptionvoidAbstractNumericInfo.setQuantiles(List<Quantile<T>> quantiles) Sets the quantiles of this field.