4.7.15.1.1.1.3. statsmodels.tools.transform_model.StandardizeTransform.transform_params

StandardizeTransform.transform_params(params)[source]

Transform parameters of the standardized model to the original model

Parameters:

params : ndarray

parameters estimated with the standardized model

Returns:

params_new : ndarray

parameters transformed to the parameterization of the original model