statsmodels.genmod.families.links.CDFLink.inverse_deriv2

CDFLink.inverse_deriv2(z)[ソース]

Second 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 second derivative of the inverse of the link function

Notes

This method should be overwritten by subclasses.

The inherited method is implemented through numerical differentiation.


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