Function z

  • Find the z score of a data point in a normal distribution.

    Parameters

    • x: number

      A value.

    • mean: number

      The mean of the distribution

    • stdev: number

      The standard deviation of the distribution.

    Returns number

    Returns the z score.