statsmodels.base.model.GenericLikelihoodModel.expandparams¶
method
-
GenericLikelihoodModel.
expandparams
(params)[source]¶ expand to full parameter array when some parameters are fixed
- Parameters
- paramsarray
reduced parameter array
- Returns
- paramsfullarray
expanded parameter array where fixed parameters are included
Notes
Calling this requires that self.fixed_params and self.fixed_paramsmask are defined.
developer notes:
This can be used in the log-likelihood to …
this could also be replaced by a more general parameter transformation.