Now I have an array of about 1 x 260 elements varying randomly.
Now assume I have that array as x.
I understand I can take the CDF by using ecdf(x) or cdfplot(x);
But I also realise that the curves are not smooth and I have read
somewhere thats because the empirical cdf given here only takes
factorf of 1/n into account..and therefore not smooth..I dont know if
I am right...but what I really want is smoothened CDF plot without any
steps..
I have tried looking at matlab examples of evcdf and normcdf ..but
that dint help much..
Could someone help me with the command for this...
Anyway help will be deeply appreciated.
Thanks
ads