Fitting ("Estimating") Multivariate Normal Distribution to Data

44 ビュー (過去 30 日間)
Sherry Wu
Sherry Wu 2019 年 9 月 5 日
回答済み: Dheeraj Singh 2019 年 9 月 9 日
Hello,
I would like to fit a multivariate normal distribution to a few variables in Matlab. The fitted distribution would then be used to generate simulated data in a Monte Carlo exercise. I'm just wondering what is the advantage of using the "fitgmdist" command over just estimating the mean with "mean" and the variance-covariance matrix with "cov". I'm new to "fitdist" and am unfamiliar with the seemingly dizzling array of options.
Many Thanks.

回答 (1 件)

Dheeraj Singh
Dheeraj Singh 2019 年 9 月 9 日
fitgmdist provides you different options which you can vary depending upon your data to get better results.
You can adjust the number of iterations for the EM algorithm if you want your algorithm to run within some time.
If you have less data, you can adjust the ‘RegularizationValue’ to avoid overfitting.
There are many options which we can use if our solution does not converge.
For more detail, you can refer to the following link:

カテゴリ

Help Center および File ExchangeProbability Distributions についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by