Original file(SVG file, nominally 250 × 200 pixels, file size: 42 KB)

Summary

Description
English: Kernel density estimation of 100 normally distributed random numbers using different smoothing bandwidths.
Date
Source Own work
Author M. W. Toews

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
 
This chart was created with R.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

9 July 2007

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:15, 9 July 2007Thumbnail for version as of 19:15, 9 July 2007250 × 200 (42 KB)Mwtoews== Summary == Created in R 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=

Global file usage

The following other wikis use this file: