• Calculates the normal PDF value for a given value of x, the distribution mean, and the distribution standard deviation.

    Parameters

    • x: number

      The x value

    • mean: number

      The mean

    • std: number

      The standard deviation

    Returns number

    the PDF value at X

Generated using TypeDoc