Probability

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

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

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

Computes the inverse complementary cumulative distribution function Q1(p) of the standard normal distribution N(0,1).


Last update: Jul 27, 2023