File:Logisticpdfunction.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Logisticpdfunction.png(582 × 426 pixels, file size: 21 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

The Logistic distribution function.

The Gnuplot script for this graph:

 logisticd(x,r,n) = exp(-(x-r)/n)/(n*(1+exp(-(x-r)/n))**2)
 set samples 1001
 set terminal postscript enhanced color solid lw 2 "Times-Roman" 20
 set output 'logistic_pdf.ps'
 set ytics 0.1
 f(x,y,z) = logisticd(x,y,z)
 set key 15,0.25
 plot [-5:20] \
 f(x, 5,2) title "{/Symbol m} = 5 s = 2", \
 f(x, 9,3) title "{/Symbol m} = 9 s = 3", \
 f(x, 9,4) title "{/Symbol m} = 9 s = 4", \
 f(x, 6,2) title "{/Symbol m} = 6 s = 2", \
 f(x, 2,1) title "{/Symbol m} = 2 s = 1"

Further processing used:

 pstopnm logistic_pdf.ps
 (pnmrotate -90 | pnmscale -xysize 720 504  | pnmtopng)  < logistic_pdf001.ppm > logistic_pdf.png

Licensing[edit]

GNU head 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.
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.
This licensing tag was added to this file as part of the GFDL licensing update.

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:30, 18 June 2006Thumbnail for version as of 13:30, 18 June 2006582 × 426 (21 KB)Pfctdayelise (talk | contribs)accurate graph according to User:RandomP
08:19, 4 April 2006Thumbnail for version as of 08:19, 4 April 2006720 × 504 (25 KB)Anarkman~commonswiki (talk | contribs)The Logistic distribution function. Category:Probability distributions

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: