set term svg size 1024,768
set key Left top left reverse
set xtics auto nomirror
set ytics auto nomirror
set mxtics 10
set mytics 10
set border 3
cdf(x,sigma,mu)=(1 + erf(log(x-mu) / sqrt(2*sigma**2)))/2.0
set output "/tmp/Lognormal distribution CDF.svg"
set key Left top left reverse
plot [0:3] [0:1]
(cdf(x,10,0)) title "σ=10",
(cdf(x,3.0/2,0)) title "σ=3/2",
(cdf(x,1.0,0)) title "σ=1",
(cdf(x,1.0/2,0)) title "σ=1/2",
(cdf(x,1.0/4,0)) title "σ=1/4",
(cdf(x,1.0/8,0)) title "σ=1/8"
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 licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
You may select the license of your choice.
Original upload log
This image is a derivative work of the following images:
{{Information |Description=<pre> set term svg size 1024,768 set key Left top left reverse set xtics auto nomirror set ytics auto nomirror set mxtics 10 set mytics 10 set border 3 cdf(x,sigma,mu)=(1 + erf(log(x-mu) / sqrt(2*sigma**2)))/2.0 set output "/t
File usage
No pages on the English Wikipedia use this file (pages on other projects are not listed).