General method of moments base class.
More...
|
def | __init__ (self, args, kwargs) |
| General method of moments base class. More...
|
|
def | momcond (self, params) |
| Default moment condition generator implementation. More...
|
|
|
| internalModel |
|
| weights |
|
| nMomentConditions |
|
General method of moments base class.
§ __init__()
def starvine.uvar.uvmodels.uv_base.GMMgeneric.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
General method of moments base class.
- Parameters
-
endog | Response data |
exog | Explanatory data |
instruments | (optional) defaults to None |
internal | internal univariate model - must have a moment() method. |
§ momcond()
def starvine.uvar.uvmodels.uv_base.GMMgeneric.momcond |
( |
|
self, |
|
|
|
params |
|
) |
| |
Default moment condition generator implementation.
- Parameters
-
The documentation for this class was generated from the following file:
- starvine/uvar/uvmodels/uv_base.py