Class Scipy.NormalDistribution

  • Enclosing class:
    Scipy

    public static final class Scipy.NormalDistribution
    extends Object
    Utility functions in scipy related to normal distributions.
    • Constructor Detail

      • NormalDistribution

        public NormalDistribution()
    • Method Detail

      • cumulativeDistributionFunction

        public static double[] cumulativeDistributionFunction​(double[] x)
        Calculate the cumulative distribution function of a normal array.
        Parameters:
        x - The array holding the distribution values.
        Returns:
        The CDF for the distribution.