Package io.jenetics.stat


package io.jenetics.stat
This package contains additional statistics classes which are not available in the Java core library. Java only includes classes for calculating the sum and the average of a given numeric stream (e. g. DoubleSummaryStatistics). With the additions in this package it is also possible to calculate the variance, skewness and kurtosis---using the DoubleMomentStatistics class. The EvolutionStatistics object, which can be calculated for every generation, relies on the classes of this package.
Since:
1.0
Version:
3.0
  • Class
    Description
    Value objects which contains statistical moments.
    A state object for collecting statistics such as count, min, max, sum, mean, variance, skewness and kurtosis.
    Value objects which contains statistical summary information.
    Value objects which contains statistical moments.
    A state object for collecting statistics such as count, min, max, sum, mean, variance, skewness and kurtosis.
    Value objects which contains statistical summary information.
    Value objects which contains statistical moments.
    A state object for collecting statistics such as count, min, max, sum, mean, variance, skewness and kurtosis.
    Value objects which contains statistical summary information.
    This consumer class is used for calculating the min and max value according to the given Comparator.
    Implementation of the quantile estimation algorithm published by