statsmodels.imputation.mice.MICEData.perturb_params#
- MICEData.perturb_params(vname)[source]#
Perturb the parameters of the imputation model for one variable
The parameters are set using the perturbation method (either ‘gaussian’ or ‘boot’) assigned to vname.
- Parameters:
- vname
str The name of the variable whose imputation model parameters are to be perturbed.
- vname