statsmodels.sandbox.regression.gmm.IVGMM.gradient_momcond
-
IVGMM.gradient_momcond(params, epsilon=
0.0001, centered=True)
矩条件梯度
- Parameters:
- params
ndarray 评估矩条件时的参数
- epsilon
float 有限差分计算的步长
- centeredbool
这指的是有限差分计算。如果centered为真,则使用中心有限差分计算。否则,使用单边前向差分。
- TODO: looks like not used yet
缺少参数 weights
Last update:
Oct 16, 2024