statsmodels.sandbox.regression.gmm.GMM.set_param_names

GMM.set_param_names(param_names, k_params=None)[source]

set the parameter names in the model

Parameters:
param_nameslist[str]

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.


Last update: Mar 18, 2024