Barkas:Student t cdf.svg

Konten halaman tidak didukung dalam bahasa lain.
Saka Wikipédia Jawa, bauwarna mardika basa Jawa

Berkas asli(Barkas SVG, nominal 360 × 288 piksel, gedhéning barkas: 35 KB)

Barkas iki saka Wikimedia Commons lan kena kanggo proyèk liya. Panyandraning kaca panyandra barkasé kapacak ing ngisor.

Ringkesan

Panyandra
English: Plot of the cumulative distribution functions of several members of the Student t-family of probability distributions.
Tanggal
Sumber Karya dhéwé
Juru pangarang Skbkekas
SVG genesis
InfoField
 
The SVG code is valid.
 
Gambar vektor ini dibuat menggunakan Matplotlib
Kode sumber
InfoField

Python code

import numpy as np
import matplotlib.pyplot as plt
import scipy.special as sp
import scipy.integrate as integral
 
col = ['orange', 'purple', 'deepskyblue']
 
X = np.arange(-5, 5, 0.005)
 
plt.clf()
plt.figure(figsize=(4,3.2))
plt.axes([0.17,0.13,0.79,0.8])
plt.hold(True)
 
A = []

def PDF(x,nu):
	Y = -(nu+1)*np.log(1+x**2/nu)/2
	Y += sp.gammaln((nu+1)/2.0)
	Y -= sp.gammaln(nu/2.0)
	Y -= 0.5*np.log(nu*np.pi)
	Y = np.exp(Y)
	return Y

for k,nu in enumerate([1,2,5]):
	Y=[]
	for x in X:
		Y.append(integral.quad(lambda t: PDF(t,nu),-1000,x))
	a = plt.plot(X, Y, '-', color=col[k], lw=1.5)
	A.append(a)

# Degenerate into Normal distribution
from scipy.stats import norm
Y = norm.cdf(X)
a = plt.plot(X, Y, '-', color='black', lw=1.5)
A.append(a)
 
plt.xlabel("x")
plt.ylabel(u"P(X\N{Less-THAN OR EQUAL TO}x)")

bx = plt.legend(A, (r"$\nu=1$", r"$\nu=2$", r"$\nu=5$", r"$\nu=+\infty$"),\
                numpoints=1, handlelen=0.05, handletextpad=0.4,\
                loc="lower right")
bx.draw_frame(False)
plt.xlim(-5,5)
 
plt.savefig("student_t_cdf.pdf")
plt.savefig("student_t_cdf.eps")
plt.savefig("student_t_cdf.svg")

Lisènsi

Kula, sing nduwèni hak cipta karya iki, mawa iki nerbitaké berkas iki sakisoré lisènsi kasebut:
w:id:Creative Commons
atribusi
Berkas ini berlisensi di bawah lisensi Creative Commons Atribusi 3.0 Tanpa Adaptasi
Kowé kena:
  • ngedum – nyalin, nyebar, lan ngirim karya
  • nyampur – ngolah karya
Sangisoré kahanan mangkéné:
  • atribusi – Kowé kudu mènèhi krédhit kang patut, mènèhi pranala lisènsi, lan kandha yèn ana owah-owahan. Kowé bisa tumindak sasenengmu, nanging ora teges kang duwé lisènsi njurung lakumu.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

gegambaran

status hak cipta Indonesia

berhak cipta Indonesia

sejak Indonesia

22 Fèbruari 2010

Sajarahing berkas

Klik ing tanggal/wektuné saprelu ndeleng rupané barkasé nalika tanggal iku.

Tanggal/WektuGambar cilikAlang ujurNaragunaTanggepan
saiki3 April 2014 23.37Gambar cilik kanggo owahan 3 April 2014 23.37360 × 288 (35 KB)Hydroxfixed colours (hand-edited SVG)
21 Juli 2013 07.58Gambar cilik kanggo owahan 21 Juli 2013 07.58360 × 288 (35 KB)IkamusumeFanAdjust the axis for better display.
21 Juli 2013 07.51Gambar cilik kanggo owahan 21 Juli 2013 07.51360 × 288 (35 KB)IkamusumeFan1. Using \nu instead of df, which appears in Scipy's documentation; 2. Since for some operating systems and Python versions, Scipy's stdtr function has visible errors around t=+1 and -1, we adjust the computation of CDF according to the integral defini...
4 Maret 2010 15.42Gambar cilik kanggo owahan 4 Maret 2010 15.42360 × 288 (28 KB)SkbkekasChanged df's to give better spacing, used thinner lines.
23 Fèbruari 2010 04.11Gambar cilik kanggo owahan 23 Fèbruari 2010 04.11360 × 288 (27 KB)Skbkekas{{Information |Description={{en|1=Plot of the cumulative distribution functions of several members of the Student t-family of probability distributions.}} |Source={{own}} |Author=Skbkekas |Date=2010-02-22 |Permission= |other_versions= }}

Kaca ing ngisor iki nganggo barkas iki:

Panggunané barkas sajagat

Wiki liya ngisor iki nganggo barkas iki:

Métadhatah