Abstract Statistic
abstract class AbstractStatistic(name: String? = null) : Collector, StatisticIfc, Comparable<AbstractStatistic> (source)
Serves as an abstract base class for statistical collection.
Inheritors
Properties
Link copied to clipboard
Holds the confidence coefficient for the statistic
Link copied to clipboard
Used to count the number of missing data points presented When a data point having the value of (Double.NaN, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY) are presented it is excluded from the summary statistics and the number of missing points is noted. Implementers of subclasses are responsible for properly collecting this value and resetting this value.