statsmodels.genmod.generalized_estimating_equations.GEE.mean_deriv

GEE.mean_deriv(exog, lin_pred)[source]

关于参数的预期内生变量的导数。

Parameters:
exogarray_like

计算导数时的外生数据。

lin_predarray_like

线性预测器的值。

Returns:
The value of the derivative of the expected endog with respect
to the parameter vector.

注释

如果存在偏移量或暴露量,应在调用此函数之前将其添加到lin_pred中。


Last update: Oct 16, 2024