How to obtain CDF from large dataset?
2 次查看(过去 30 天)
显示 更早的评论
I have a dataset of containing 10000 values.
I want to generate their CDF and want to plot them figure.
How can I do that?
This is the sample image.
0 个评论
回答(1 个)
Bjorn Gustavsson
2019-11-7
Have a look at the help and documentation of the function ksdensity - that is one way to do this with the least amount of assumptions on the CDF.
HTH
2 个评论
Bjorn Gustavsson
2019-11-7
The problem with the "legend not working" you solve by calling ksdensity with output-parameters and plot yourself - that way you get the normal handles to the lines and legend will work fine.
The reason that "it is not working perfectly" sounds like you have too few points for ksdensity to estimate a smooth CDF - if you have too few points then you will not get as good an estimate...
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!