Navigation

  • index
  • modules |
  • next |
  • previous |
  • statsmodels »
  • User Guide »
  • Generalized Linear Models »
  • statsmodels.genmod.families.links.CLogLog

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

__call__(p)

C-Log-Log transform link function

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

inverse_deriv2(z)

Second derivative of the inverse link function g^(-1)(z).

Logo

Table of Contents

  • Installing statsmodels
  • Getting started
  • User Guide
  • Examples
  • API Reference
  • About statsmodels
  • Developer Page
  • Release Notes

Table of Contents

  • statsmodels.genmod.families.links.CLogLog
    • CLogLog

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • statsmodels »
  • User Guide »
  • Generalized Linear Models »
  • statsmodels.genmod.families.links.CLogLog
© Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Last updated on Feb 14, 2023. Created using Sphinx 5.3.0.