Fitting ("Estimating") Multivariate Normal Distribution to Data

조회 수: 60 (최근 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 CenterFile Exchange에서 Probability Distributions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by