Logo

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Install
  •  | 
  • Support
  •  | 
  • Bugs
  •  | 
  • Develop
  •  | 
  • Examples
  •  | 
  • FAQ
  •  | 
  • Generalized Linear Models |

statsmodels.genmod.families.links.CLogLog¶

class statsmodels.genmod.families.links.CLogLog[source]¶

The complementary log-log transform

CLogLog inherits from Logit in order to have access to its _clean method for the link and its derivative.

Notes

CLogLog is untested.

Methods

deriv(p) Derivative of C-Log-Log transform link function
deriv2(p) Second derivative of the C-Log-Log ink function
inverse(z) Inverse of C-Log-Log transform link function
inverse_deriv(z) Derivative of the inverse of the C-Log-Log transform link function

Previous topic

statsmodels.genmod.families.links.CDFLink.inverse_deriv

Next topic

statsmodels.genmod.families.links.CLogLog.deriv

This Page

  • Show Source

Quick search

© Copyright 2009-2017, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using Sphinx 1.7.4.