From: mahmud_dbm on 24 Feb 2010 13:06 Adshak <adshaikh.hipnet(a)googlemail.com> wrote in message <a9c0dbad-d57c-4a48-ab81-607a31657697(a)m16g2000yqc.googlegroups.com>... > Dear ALL, > > Say I have data In X which is a vector. cdfplot(X) gives me the cdf > plot, which is absolutely fine for my requirements. > > Now, how can I plot the complimentary CDF (CCDF) plot in the same way? > Can I use the cdfplot comman somewhere? > > Can you please kindly give me an example in .m code? > > Thank you very much in advance. > > Adshak ooooh...... find out cdf first using any BI function say, ecdf(x) i.e... ccdf=1-ecdf(x); plot(ccdf).. you are done..!! Go, have a party.. :))
|
Pages: 1 Prev: Date on feather x axis Next: Laplace equation on unit cube with mixed boundary conditions |