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.

  • Classes
    Class
    Description
    The DistributionComparator class offers various statistics to compare two empirical distributions based on their sequences of values.
    The EmpiricalDistribution class offers a means to calculate the empirical cumulative distribution (CDF) and probability density (PDF) functions, including percentiles.