Probability

sdr.Q(x: ArrayLike) NDArray[float_]

Computes the complementary cumulative distribution function \(Q(x)\) of the standard normal distribution \(\mathcal{N}(0, 1)\).

sdr.Qinv(p: ArrayLike) NDArray[float_]

Computes the inverse complementary cumulative distribution function \(Q^{-1}(p)\) of the standard normal distribution \(\mathcal{N}(0, 1)\).


Last update: Jul 27, 2023