statsmodels.genmod.families.links.Link.inverse_deriv

Link.inverse_deriv(z)[ソース]

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

Parameters:
zarray_like

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

Returns:
g'^(-1)(z)ndarray

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 overridden in subclasses.


最終更新日: 2025年01月28日