Probability¶
- sdr.Q(x: ArrayLike) NDArray[float_]
Computes the complementary cumulative distribution function
of the standard normal distribution .
- sdr.Qinv(p: ArrayLike) NDArray[float_]
Computes the inverse complementary cumulative distribution function
of the standard normal distribution .
Last update:
Jul 27, 2023