File:Folded normal pdf.svg
Original file (SVG file, nominally 640 × 360 pixels, file size: 42 KB)
Captions
Summary
[edit]Probability density function (pdf) of a folded-normal random variable with , . The graph is generated using gnuplot:
set terminal svg enhanced size 640 360 set samples 1001 # high quality set border 31 linewidth .3 # thin border set output "folded_normal.svg" set notitle set xrange [-3:5] set ytics 0.1 sigma=1.0 mu=1.0 n(x)=1.0/(sqrt(2.0*pi)*sigma) * exp( -(mu-x)**2/(2.0*sigma**2) ) nreflect(x)= (x<0) ? 1/0 : n(-x) fn(x)= (x<-0.01) ? 0 : (x<0) ? 1/0 : (n(x) + n(-x)) set arrow 1 from 0,0 to 0,0.5 nohead lt 0 plot n(x) title "normal density",\ fn(x) title "folded-normal density" lw 3,\ nreflect(x) notitle with l lt 0
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 15:46, 5 August 2011 | 640 × 360 (42 KB) | Nagelum (talk | contribs) | Probability density function (pdf) of a folded-normal random variable with $mu=1$, $sigma=1$. |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ca.wikipedia.org
- Usage on en.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on pt.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | folded-normal density |
---|