probit.inverse()

probit.inverse(z)

The inverse of the CDF link

Parameters:

z : array-like

The value of the inverse of the link function at p

Returns:

p : array

Mean probabilities. The value of the inverse of CDF link of z

Notes

g^(-1)(z) = dbn.cdf(z)

doc_statsmodels
2017-01-18 16:14:20
Comments
Leave a Comment

Please login to continue.