Logo

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Install
  •  | 
  • Support
  •  | 
  • Bugs
  •  | 
  • Develop
  •  | 
  • Examples
  •  | 
  • FAQ
  •  | 
  • Generalized Linear Models |
  • statsmodels.genmod.families.links.Link |

statsmodels.genmod.families.links.Link.__call__¶

method

Link.__call__(p)[source]¶

Return the value of the link function. This is just a placeholder.

Parameters
parray-like

Probabilities

Returns
g(p)array-like

The value of the link function g(p) = z

Previous topic

statsmodels.genmod.families.links.Link

Next topic

statsmodels.genmod.families.links.Link.deriv

This Page

  • Show Source

Quick search

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