Package org.sm.smtools.math.statistics
package org.sm.smtools.math.statistics
Provides an implementation for estimating empirical probability and cumulative distributions.
This package allows to estimate empirical probability and cumulative distributions.
-
ClassesClassDescriptionThe
DistributionComparator
class offers various statistics to compare two empirical distributions based on their sequences of values.TheEmpiricalDistribution
class offers a means to calculate the empirical cumulative distribution (CDF) and probability density (PDF) functions, including percentiles.