How can I get the equation of CDF curve in matlab figure?

2 views (last 30 days)
Hi I use cpfplot to get a cdf curve. But i want to print the equtation of the curve. How can i do that?
Thank u so much!Capture.PNG

Answers (1)

Star Strider
Star Strider on 16 Oct 2019
The cdfplot function plots an empirical distribution based on the characteristics of your data. You can see if it corresponds to a normal distribution using the approach described in Test for Standard Normal Distribution. You can also explore it with the histfit function.

Tags

Community Treasure Hunt

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

Start Hunting!