statsmodels.genmod.families.links.Log.inverse¶
- Log.inverse(z)[source]¶
 Inverse of log transform link function
- Parameters:¶
 - z
ndarray The inverse of the link function at p
- z
 - Returns:¶
 - p
ndarray The mean probabilities given the value of the inverse z
- p
 
Notes
g^{-1}(z) = exp(z)
  
    
      Last update:
      Jun 10, 2024