Original file(SVG file, nominally 600 × 400 pixels, file size: 3 KB)

Summary

Description The logistic sigmoid function.
Date
Source Created from scratch with gnuplot
Author Qef (talk)
Other versions
 
This vector image was created with a text editor.

Source code

Created with gnuplot using the following input file:

set terminal svg font "Bitstream Vera Sans,18" size 600,400
set output "Logistic-curve.svg"

set xrange [-6:6]
set xzeroaxis linetype -1
set yzeroaxis linetype -1
set xtics axis nomirror
set ytics axis nomirror 0,0.5,1
set key off
set grid
set border 1

set samples 400

plot exp(x)/(1 + exp(x)) with line linetype rgbcolor "orange" linewidth 2

SVG output filtered with the following command to replace the hyphens with proper minus signs:

sed -i 's/<text>-/<text>\xE2\x88\x92/g' Logistic-curve.svg

Licensing

Public domain This work has been released into the public domain by its author, Qef. This applies worldwide.

In some countries this may not be legally possible; if so:
Qef grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Sigmoid Function Plot / Logistic Curve

Items portrayed in this file

depicts

2 July 2008

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:32, 4 July 2014Thumbnail for version as of 19:32, 4 July 2014600 × 400 (3 KB)Aflafla1size compression, mostly also tik mark emphasis
05:36, 6 April 2012Thumbnail for version as of 05:36, 6 April 2012600 × 400 (4 KB)Aflafla1Compression
05:50, 2 July 2008Thumbnail for version as of 05:50, 2 July 2008600 × 400 (12 KB)QefForgot to filter it to use proper minus signs.
05:40, 2 July 2008Thumbnail for version as of 05:40, 2 July 2008600 × 400 (12 KB)Qef((Information |Description=The logistic sigmoid function. |Source=Created from scratch with gnuplot |Date=2008-07-02 |Author=~~~ |Permission=see below |other_versions=*Bitmap graph of same function, with same axes: Image:Logistic-curve.png )) ((sel

File usage

The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

View more global usage of this file.

Metadata

This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Retrieved from "https://en.wikipedia.org/wiki/File:Logistic-curve.svg"