statsmodels.sandbox.regression.gmm.GMM.gradient_momcond

GMM.gradient_momcond(params, epsilon=0.0001, centered=True)[source]

矩条件梯度

Parameters:
paramsndarray

评估矩条件时的参数

epsilonfloat

有限差分计算的步长

centeredbool

这指的是有限差分计算。如果centered为真,则使用中心有限差分计算。否则,使用单边前向差分。

TODO: looks like not used yet

缺少参数 weights


Last update: Oct 16, 2024