Logo

Navigation

  • index
  • next |
  • previous |
  • Install
  •  | 
  • Support
  •  | 
  • Bugs
  •  | 
  • Develop
  •  | 
  • Examples
  •  | 
  • FAQ
  •  | 
  • Generalized Estimating Equations |
  • statsmodels.genmod.families.links.CLogLog |

statsmodels.genmod.families.links.CLogLog.deriv¶

CLogLog.deriv(p)[source]¶

Derivative of C-Log-Log transform link function

Parameters:

p : array-like

Mean parameters

Returns:

g’(p) : array

The derivative of the CLogLog transform link function

Notes

g’(p) = - 1 / (log(p) * p)

Previous topic

statsmodels.genmod.families.links.CLogLog

Next topic

statsmodels.genmod.families.links.CLogLog.deriv2

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

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