Class AnotherAbstractRealDistribution

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Double cachedMean  
      protected java.lang.Double cachedVariance  
      • Fields inherited from class org.apache.commons.math3.distribution.AbstractRealDistribution

        random, randomData, SOLVER_DEFAULT_ABSOLUTE_ACCURACY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double cumulativeProbability​(double x)  
      double getNumericalMean()
      The expected value:
      double getNumericalVariance()  
      double value​(double x)
      The function value is the density.
      • Methods inherited from class org.apache.commons.math3.distribution.AbstractRealDistribution

        cumulativeProbability, getSolverAbsoluteAccuracy, inverseCumulativeProbability, logDensity, probability, probability, reseedRandomGenerator, sample, sample
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.commons.math3.distribution.RealDistribution

        density, getSupportLowerBound, getSupportUpperBound, isSupportConnected, isSupportLowerBoundInclusive, isSupportUpperBoundInclusive
    • Field Detail

      • cachedMean

        protected java.lang.Double cachedMean
      • cachedVariance

        protected java.lang.Double cachedVariance
    • Constructor Detail

      • AnotherAbstractRealDistribution

        public AnotherAbstractRealDistribution()
    • Method Detail

      • cumulativeProbability

        public double cumulativeProbability​(double x)
        Specified by:
        cumulativeProbability in interface org.apache.commons.math3.distribution.RealDistribution
      • getNumericalMean

        public double getNumericalMean()
        The expected value:
        Specified by:
        getNumericalMean in interface org.apache.commons.math3.distribution.RealDistribution
      • getNumericalVariance

        public double getNumericalVariance()
        Specified by:
        getNumericalVariance in interface org.apache.commons.math3.distribution.RealDistribution
      • value

        public final double value​(double x)
        The function value is the density.
        Specified by:
        value in interface org.apache.commons.math3.analysis.UnivariateFunction