statsmodels.sandbox.regression.gmm.IVGMM.set_param_names

method

IVGMM.set_param_names(param_names, k_params=None)

set the parameter names in the model

Parameters
param_nameslist of strings

param_names should have the same length as the number of params

k_paramsNone or int

If k_params is None, then the k_params attribute is used, unless it is None. If k_params is not None, then it will also set the k_params attribute.