GEE.mean_deriv()

statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv

GEE.mean_deriv(exog, lin_pred) [source]

Derivative of the expected endog with respect to the parameters.

Parameters:

exog : array-like

The exogeneous data at which the derivative is computed.

lin_pred : array-like

The values of the linear predictor.

Returns:

The value of the derivative of the expected endog with respect

to the parameter vector.

Notes

If there is an offset or exposure, it should be added to lin_pred prior to calling this function.

© 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.generalized_estimating_equations.GEE.mean_deriv.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部