Cumulative distribution function for non-normal distribution

I have data that is not normally distributed and I'm trying to create its CDF; any idea please?
Thanks

 採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 10 月 3 日
編集済み: KALYAN ACHARJYA 2018 年 10 月 3 日

0 投票

Have you looked at ecdf function?
data_dis=ecdf(data);
CDF normally suppress to more occurrence and boos the fewer occurrence events

5 件のコメント

Yaser Khojah
Yaser Khojah 2018 年 10 月 3 日
編集済み: Yaser Khojah 2018 年 10 月 3 日
Kaylyan, Thanks for your help. How would you plot it and find the 10 percentile value? and is there a better way to show the values where the range in the x-axis is between 3 and 4?
KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 10 月 3 日
編集済み: KALYAN ACHARJYA 2018 年 10 月 3 日
Attach data?
Yaser Khojah
Yaser Khojah 2018 年 10 月 3 日
How can I share it? I have a vector with size of 1000,000 X 1
Yaser Khojah
Yaser Khojah 2018 年 10 月 3 日
it is ok I got it. Thank you so much for you help; truly appreciate it.
KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 10 月 3 日
編集済み: KALYAN ACHARJYA 2018 年 10 月 3 日
My Pleasure @Yaser Khoja

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by