statsmodels.genmod.families.links.LogC.inverse¶
- LogC.inverse(z)[source]¶
Inverse of log-complement 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) = 1 - exp(z)
Last update:
Nov 14, 2024