Update the parameters of the model
params : array_like
Array of new parameters.
transformed : boolean, optional
Whether or not params is already transformed. If set to False, transform_params is called. Default is True.
Array of parameters.
Notes
Since Model is a base class, this method should be overridden by subclasses to perform actual updating steps.
statsmodels.tsa.statespace.mlemodel.MLEModel.untransform_params
statsmodels.tsa.statespace.mlemodel.MLEResults
Enter search terms or a module, class or function name.