படிமம்:Normal Distribution PDF.svg

மற்ற மொழிகளில் ஆதரிக்கப்படாத பக்க உள்ளடக்கம்.
கட்டற்ற கலைக்களஞ்சியமான விக்கிப்பீடியாவில் இருந்து.

மூலக்கோப்பு(SVG கோப்பு, பெயரளவில் 720 × 460 பிக்சல்கள், கோப்பு அளவு: 63 KB)

இது விக்கிமீடியா பொதுக்கோப்பகத்தில் இருக்கும் ஒரு கோப்பாகும். இக்கோப்பைக் குறித்து அங்கே காணப்படும் படிம விளக்கப் பக்கத்தை இங்கே கீழே காணலாம்.
பொதுக்கோப்பகம் ஒரு கட்டற்ற கோப்புகளின் சேமிப்பகமாகும். நீங்களும் உதவலாம்.

சுருக்கம்

விளக்கம்
English: A selection of Normal Distribution Probability Density Functions (PDFs). Both the mean, μ, and variance, σ², are varied. The key is given on the graph.
நாள்
மூலம் self-made, Mathematica, Inkscape
ஆசிரியர் Inductiveload
அனுமதி
(இக்கோப்பை மீண்டும் பயன்படுத்துதல்)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
சில நாடுகளில் இது சாத்தியமில்லாது போகலாம். அவ்வாறாயின் :
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
SVG genesis
InfoField
 
The source code of this SVG is invalid due to an error.
 
This W3C-invalid chart was created with R.
 
This SVG chart uses embedded text.
Source code
InfoField

R code

Plot[
 {
  PDF[NormalDistribution[1, Sqrt[2]], x],
  PDF[NormalDistribution[2, 1], x],
  PDF[NormalDistribution[3, Sqrt[3]], x],
    },
 {x, -5, 5},
 PlotRange -> All,
 Axes -> False]

Data

#			Normal Distribution PDF
#range
x=seq(-5,5,length=200)
#plot each curve
plot(x,dnorm(x,mean=0,sd=sqrt(.2)),type="l",lwd=2,col="blue",main='Normal Distribution PDF',xlim=c(-5,5),ylim=c(0,1),xlab='X',
ylab='φμ, σ²(X)')
curve(dnorm(x,mean=0,sd=1), add=TRUE,type="l",lwd=2,col="red")
curve(dnorm(x,mean=0,sd=sqrt(5)), add=TRUE,type="l",lwd=2,col="brown")
curve(dnorm(x,mean=-2,sd=sqrt(.5)), add=TRUE,type="l",lwd=2,col="green")

Text

#                    Normal Distribution
import numpy as np
import matplotlib.pyplot as plt 

def make_gauss(N, sig, mu):
    return lambda x: N/(sig * (2*np.pi)**.5) * np.e ** (-(x-mu)**2/(2 * sig**2))

def main():
    ax = plt.figure().add_subplot(1,1,1)
    x = np.arange(-5, 5, 0.01)
    s = np.sqrt([0.2, 1, 5, 0.5])
    m = [0, 0, 0, -2] 
    c = ['b','r','y','g']

    for sig, mu, color in zip(s, m, c): 
        gauss = make_gauss(1, sig, mu)(x)
        ax.plot(x, gauss, color, linewidth=2)

    plt.xlim(-5, 5)
    plt.ylim(0, 1)
    plt.legend(['0.2', '1.0', '5.0', '0.5'], loc='best')
    plt.show()

if __name__ == '__main__':
   main()

Captions

Add a one-line explanation of what this file represents

2 ஏப்பிரல் 2008

கோப்பின் வரலாறு

குறித்த நேரத்தில் இருந்த படிமத்தைப் பார்க்க அந்நேரத்தின் மீது சொடுக்கவும்.

நாள்/நேரம்நகம் அளவு சிறுபடம்அளவுகள்பயனர்கருத்து
தற்போதைய16:06, 29 ஏப்பிரல் 201616:06, 29 ஏப்பிரல் 2016 இலிருந்த பதிப்புக்கான சிறு தோற்றம்720 × 460 (63 KB)RayhemLighten background grid
17:19, 22 செப்டெம்பர் 200917:19, 22 செப்டெம்பர் 2009 இலிருந்த பதிப்புக்கான சிறு தோற்றம்720 × 460 (65 KB)StpashaTrying again, there seems to be a bug with previous upload…
17:15, 22 செப்டெம்பர் 200917:15, 22 செப்டெம்பர் 2009 இலிருந்த பதிப்புக்கான சிறு தோற்றம்720 × 460 (65 KB)StpashaCurves are more distinguishable; numbers correctly rendered in roman style instead of italic
14:07, 27 சூன் 200914:07, 27 சூன் 2009 இலிருந்த பதிப்புக்கான சிறு தோற்றம்720 × 460 (55 KB)Autiwafichier environ 2 fois moins gros. Purgé des définitions inutiles, et avec des plots optimisés au niveau du nombre de points.
18:22, 5 செப்டெம்பர் 200818:22, 5 செப்டெம்பர் 2008 இலிருந்த பதிப்புக்கான சிறு தோற்றம்720 × 460 (109 KB)PatríciaRfrom http://tools.wikimedia.pl/~beau/imgs/ (recovering lost file)
19:09, 2 ஏப்பிரல் 2008சிறுதோற்றம் இல்லை (109 KB)Inductiveload{{Information |Description=A selection of Normal Distribution Probability Density Functions (PDFs). Both the mean, ''μ'', and variance, ''σ²'', are varied. The key is given on the graph. |Source=self-made, Mathematica, Inkscape |Date=02/04/2008 |Author

கோப்பின் முழுமையான பயன்பாடு

கீழ்கண்ட மற்ற விக்கிகள் இந்த கோப்பை பயன்படுத்துகின்றன:

சிறப்பு பக்கம்-மொத்த பயன்பாடு - இதன் மூலம் இந்த கோப்பின் மொத்த பயன்பாட்டை அறிய முடியும்

மேனிலைத் தரவு

"https://ta.wikipedia.org/wiki/படிமம்:Normal_Distribution_PDF.svg" இலிருந்து மீள்விக்கப்பட்டது