Skeda:Cauchy pdf.svg

Page contents not supported in other languages.
Nga Wikipedia, enciklopedia e lirë

Dokument origjinal(skedë SVG, fillimisht 360 × 288 pixel, madhësia e skedës: 36 KB)

Kjo skedë është prej Wikimedia Commons dhe mund të përdoret nga projekte të tjera. Përshkrimi në këtë skedë në këtë faqe nuk është treguar më poshtë. Shko tek faqja përshkruese në Commons Shko tek faqja përshkruese në Commons

Përmbledhje

Përshkrimi
English: Plots of the density functions for several members of the Cauchy family of probability distributions.
Data
Burimi Punë e juaja
Autori Skbkekas
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Kodi burimor
InfoField

Python code

#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
import scipy.special as sp
import matplotlib.font_manager

col = ['orange', 'purple', 'deepskyblue', 'mediumseagreen']

X = np.arange(-5, 5, 0.01)

##                                                                              
## PDF                                                                          
##                                                                              

plt.rc('text', usetex = True)
plt.rc('font', family = 'serif', size = 12)

plt.clf()
plt.figure(figsize=(4,3.2))
plt.axes([0.14,0.12,0.83,0.82])
# plt.hold(True)

X = np.arange(-5, 5, 0.01)

A = []
for k,(x,g) in enumerate([(0,0.5),(0,1),(0,2),(-2,1)]):
    Y = ((X-x)/g)**2 + 1
    Y = 1/(np.pi*g*Y)
    a = plt.plot(X, Y, '-', color=col[k], lw=1.7)
    A.append(a)

plt.xlabel("$x$")
plt.ylabel("$P(x)$")
plt.ylim([0,0.7])
plt.tick_params(direction='in', top=True, right=True)

prop = matplotlib.font_manager.FontProperties(size=12)

# bx = 
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="upper right", frameon=False)
# bx.draw_frame(False)
plt.xlim(-5,5)

plt.savefig("cauchy_pdf.pdf")
plt.savefig("cauchy_pdf.svg")

Licencim

Unë, krijuesi i kësaj pune, e publikoj këtu në bazë të licensës në vijim:
w:sq:Creative Commons
atribuim
Kjo skedë është dhënë për përdorim sipas licensës Creative Commons Attribution 3.0 Unported.
Je i lirë të:
  • ta shpërndani – ta kopjoni, rishpërndani dhe përcillni punën
  • t’i bëni “remix” – të përshtatni punën
Sipas kushteve të mëposhtme:
  • atribuim – Duhet t’i jepni meritat e duhura, të siguroni një lidhje për tek licenca dhe të tregoni nëse janë bërë ndryshime. Këtë mund ta bëni në ndonjë mënyrë të arsyeshme, por jo në ndonjë mënyrë që sugjeron se licencuesi ju del zot juve apo përdorimit tuaj.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

përshkruan

2 mars 2010

image/svg+xml

checksum anglisht

bcedeac5f5c4de169d128c65e9e34a40384aa69e

data size anglisht

37.077 Bajti

288 pixel

360 pixel

Historiku skedës

Shtypni mbi një datë/kohë për ta parë skedën siç ishte atëherë.

Data/KohaMiniaturëPërmasatPërdoruesiKoment
e tanishme21 nëntor 2020 04:25Miniaturë për versionin duke filluar nga 21 nëntor 2020 04:25360 × 288 (36 KB)AkanoToEMade all text LaTeX, spacing in legend more aesthetic.
4 mars 2010 17:23Miniaturë për versionin duke filluar nga 4 mars 2010 17:23360 × 288 (39 KB)Skbkekas{{Information |Description={{en|1=Plots of the density functions for several members of the Cauchy family of probability distributions.}} |Source={{own}} |Author=Skbkekas |Date=2010-03-02 |Permission= |other_versions= }} [[Category:Stat

Këto faqe lidhen tek kjo skedë:

Përdorimi global i skedës

Kjo skedë përdoret nga Wiki të tjera në vijim:

Metadata