Probability¶
- sdr.Q(x: ArrayLike) NDArray[float64]
Computes the CCDF of the standard normal distribution \(\mathcal{N}(0, 1)\)..
- sdr.Qinv(p: ArrayLike) NDArray[float64]
Computes the inverse CCDF of the standard normal distribution \(\mathcal{N}(0, 1)\).
Last update:
Jul 27, 2023