Link.inverse_deriv()

Link.inverse_deriv(z) [source]

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

Parameters:

z : array-like

z is usually the linear predictor for a GLM or GEE model.

Returns:

g’^(-1)(z) : array

The value of the derivative of the inverse of the link function

Notes

This reference implementation gives the correct result but is inefficient, so it can be overriden in subclasses.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.genmod.families.links.Link.inverse_deriv.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部