フィルターのクリア

Calculating the icdf of Gaussian function without using icdf function

3 ビュー (過去 30 日間)
Muhannad
Muhannad 2015 年 6 月 24 日
回答済み: Mukul Rao 2015 年 6 月 25 日
Hi,
I am interested to calculate the icdf (inverse cumulative distribution function) directly from Gaussian plot without using the function.
I have a 2D Gaussian distribution and I am interested to calculating the icdf for each line?
Thanks,

採用された回答

Mukul Rao
Mukul Rao 2015 年 6 月 25 日
Hi , as far as I understand the inverse of multivariate distributions are not uniquely defined. If you would like to determine the cumulative inverse of a slice of data, I would recommend taking the data along the line of interest and either using:
1. The "norminv" function if the mean and standard deviation are known
2. Use the "fitdist" and "icdf" in combination if you would have to first determine what the mean and standard deviations are to begin with.

その他の回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by