File:Cauchy cdf.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 360 × 288 pixels. Other resolutions: 300 × 240 pixels | 600 × 480 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels.
Original file (SVG file, nominally 360 × 288 pixels, file size: 36 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionCauchy cdf.svg |
English: Plots of the cumulative distribution functions for several members of the Cauchy family of probability distributions. |
Source | Own work |
Author | Skbkekas |
SVG development InfoField | This plot was created with Matplotlib. |
Source code InfoField | Python codeimport numpy as np
import matplotlib.pyplot as plt
import scipy.special as sp
col = ['orange', 'purple', 'deepskyblue', 'mediumseagreen']
X = np.arange(-5, 5, 0.01)
plt.clf()
plt.figure(figsize=(4,3.2))
plt.axes([0.14,0.12,0.83,0.82])
X = np.arange(-5, 5, 0.01)
A = []
for k,(x,g) in enumerate([(0,0.5),(0,1),(0,2),(-2,1)]):
Y = np.arctan((X-x)/g)/np.pi + 0.5
a = plt.plot(X, Y, '-', color=col[k], lw=1.7)
A.append(a)
plt.xlabel("$x$")
plt.ylabel(r"$P(X\le x)$")
plt.ylim([0,1.0])
plt.tick_params(direction='in', top=True, right=True)
plt.legend(("$x_0=0,\\, \\gamma=0.5$", "$x_0=0,\\,\\gamma=1$",\
"$x_0=0,\\, \\gamma=2$", "$x_0=-2,\\, \\gamma=1$"),
numpoints=1, handlelength=0.75, handletextpad=0.5,\
loc="lower right", frameon=False)
plt.xlim(-5,5)
plt.savefig("cauchy_cdf.pdf")
plt.savefig("cauchy_cdf.svg")
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution 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.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 02:45, 21 November 2020 | 360 × 288 (36 KB) | AkanoToE (talk | contribs) | Made all text LaTeX, improved legend spacing | |
15:24, 4 March 2010 | 360 × 288 (37 KB) | Skbkekas (talk | contribs) | {{Information |Description={{en|1=Plots of the cumulative distribution functions for several members of the Cauchy family of probability distributions.}} |Source={{own}} |Author=Skbkekas |Date= |Permission= |other_versions= }} [[Categor |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on be.wikipedia.org
- Usage on ca.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on fi.wikipedia.org
- Usage on hi.wikipedia.org
- Usage on it.wikipedia.org
- Usage on pt.wikipedia.org
- Usage on sl.wikipedia.org
- Usage on sq.wikipedia.org
- Usage on www.wikidata.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.
Width | 288pt |
---|---|
Height | 230.4pt |