statsmodels.sandbox.regression.gmm.LinearIVGMM.set_param_names

LinearIVGMM.set_param_names(param_names, k_params=None)

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: Dec 14, 2023