statsmodels.genmod.families.links.Probit.inverse¶
- Probit.inverse(z)¶
 The inverse of the CDF link
- Parameters:¶
 - zarray_like
 The value of the inverse of the link function at p
- Returns:¶
 - p
ndarray Mean probabilities. The value of the inverse of CDF link of z
- p
 
Notes
g^(-1)(z) = dbn.cdf(z)
  
    
      Last update:
      Jun 10, 2024