simpeg.utils.GaussianMixtureWithPrior.update_gmm_with_priors#
- GaussianMixtureWithPrior.update_gmm_with_priors(debug=False)[source]#
Update GMM with priors
This method, inserted in the fit function, modify the Maximum Likelyhood Estimation (MLE) of the GMM’s parameters to a Maximum A Posteriori (MAP) estimation.
- Parameters:
- debugbool, default:
False
Print debug statments
- debugbool, default: