Probit (Normal) cumulative distribution function
X (array_like) – The linear predictor of the model (XB).
cdf – The cdf evaluated at X.
ndarray
Notes
This function is just an alias for scipy.stats.norm.cdf
Probit.cdf