Chalkboard - v3.0.4
    Preparing search index...

    Function inormal

    • Calculates an approximation of the inverse of the cumulative distribution function (CDF) of the standard normal distribution using the Beasley-Springer-Moro algorithm.

      Parameters

      • p: number

        The probability (must be between 0 and 1)

      Returns number

      const result = Chalkboard.stat.inormal(0.975); // Returns approximately 1.96