statsmodels.genmod.generalized_estimating_equations.NominalGEE.mean_deriv

NominalGEE.mean_deriv(exog, lin_pred)[source]

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

Parameters:
exogarray_like

计算导数时使用的自变量数据,行数必须是ncut的倍数。

lin_predarray_like

线性预测器的值,长度必须是ncut的倍数。

Returns:
The derivative of the expected endog with respect to the
parameters.

Last update: Oct 16, 2024