W3cubDocs

/Statsmodels

statsmodels.sandbox.regression.gmm.IVGMM.set_param_names

IVGMM.set_param_names(param_names, k_params=None)

set the parameter names in the model

Parameters:
  • param_names (list of strings) – param_names should have the same length as the number of params
  • k_params (None 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.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.sandbox.regression.gmm.IVGMM.set_param_names.html