File:Gaussian-mixture-example.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 540 × 360 pixels, file size: 34 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: a replacement for Gaussian-mixture-example.png
Date
Source Own work
Author Smason79

created in R (version 2.15.0, but should work on most versions) using the following code:

svg("gaussian-mixture-example.svg", ,width=6, height=4, onefile=TRUE)
par0 <- par(mar=c(5,4,0.5,0.5))
curve((dnorm(x,5,2)+dnorm(x,10,2)+dnorm(x,15,2))/3, -5, 25, n=201, xlab="Value", ylab="Density", frame.plot=FALSE)
for (m in c(5,10,15)) curve(dnorm(x,m,2)/3, lty=3, n=101, add=TRUE)
par(par0)
dev.off()

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 June 2012

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:04, 13 June 2012Thumbnail for version as of 12:04, 13 June 2012540 × 360 (34 KB)wikimediacommons>Smason79

There are no pages that use this file.