Cumulative distribution function for non-normal distribution

6 views (last 30 days)
I have data that is not normally distributed and I'm trying to create its CDF; any idea please?
Thanks

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 3 Oct 2018
Edited: KALYAN ACHARJYA on 3 Oct 2018
Have you looked at ecdf function?
data_dis=ecdf(data);
CDF normally suppress to more occurrence and boos the fewer occurrence events
  5 Comments
Yaser Khojah
Yaser Khojah on 3 Oct 2018
it is ok I got it. Thank you so much for you help; truly appreciate it.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!