File:Kernel density.svg
Page contents not supported in other languages.
Tools
Actions
In other projects
| DescriptionKernel density.svg | English: Kernel density estimation of 100 normally distributed random numbers using different smoothing bandwidths. |
| Date | |
| Source | Own work |
| Author | M. W. Toews |
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 19:15, 9 July 2007 | 250 × 200(42 KB) | Mwtoews | == Summary == Created inR using (roughly): <pre> x <- seq(-3.1,3.1,.1) par(xaxs="i") plot(x,dnorm(x),"l",ylim=c(0,.5),col="grey",lwd=5) rx <- rnorm(100) lines(density(rx,bw=0.3)) lines(density(rx,bw=0.1)) lines(density(rx,bw= |
The following 2 pages use this file:
The following other wikis use this file: