sendona essile
2009-Aug-22 19:11 UTC
[R] plotting the graph of density with an unknown distribution
How can I plot the graph of a density of a sample with an unknown distribution? I can provide any sample size which is required. I want to have a smooth density graph of my data. New Email addresses available on Yahoo! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does! [[alternative HTML version deleted]]
Stephan Kolassa
2009-Aug-22 21:14 UTC
[R] plotting the graph of density with an unknown distribution
Hi, Try kernel smoothing via the density() function. And take a look at ecdf(). HTH, Stephan sendona essile schrieb:> How can I plot the graph of a density of a sample with an unknown distribution? I can provide any sample size which is required. I want to have a smooth density graph of my data. > > > New Email addresses available on Yahoo! > Get the Email name you've always wanted on the new @ymail and @rocketmail. > Hurry before someone else does! > > [[alternative HTML version deleted]] > > > > ------------------------------------------------------------------------ > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.