元のファイル(SVG ファイル、720 × 460 ピクセル、ファイルサイズ: 76キロバイト)

概要

解説 A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied. The key is given on the graph.
日付
原典 投稿者自身による著作物 (Original text: self-made, Mathematica, Inkscape)
作者 Inductiveload
許可
(ファイルの再利用)
Public domain この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。
その他のバージョン このファイルの派生的著作物:  CumulativeSD.svg
SVG 開発
InfoField
 
このSVGのソースコードは正しい
 
この 三角法Inkscapeで作成されました。
 
このSVG三角法は埋込み文を用いています。

Mathematica Code

Plot[
 {
  CDF[NormalDistribution[0, Sqrt[0.2]], x],
  CDF[NormalDistribution[0, 1], x],
  CDF[NormalDistribution[0, Sqrt[5]], x],
  CDF[NormalDistribution[-2, Sqrt[0.5]], x]
  },
 {x, -5, 5},
 PlotRange -> All,
 Axes -> False]

R language Code

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

キャプション

このファイルの内容を1行で記述してください
A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied.

このファイルに描写されている項目

題材

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2016年4月29日 (金) 16:172016年4月29日 (金) 16:17時点における版のサムネイル720 × 460 (76キロバイト)RayhemLighten background grid
2014年9月12日 (金) 16:172014年9月12日 (金) 16:17時点における版のサムネイル720 × 460 (73キロバイト)Wereldburger758Valid SVG now.
2009年9月23日 (水) 21:122009年9月23日 (水) 21:12時点における版のサムネイル720 × 460 (84キロバイト)Stpashare-uploading same file, since upload is buggy
2009年9月23日 (水) 19:282009年9月23日 (水) 19:28時点における版のサムネイル720 × 460 (84キロバイト)StpashaLines are made thicker and more visible, all numbers rendered in roman instead of italic, white background added
2009年6月27日 (土) 14:142009年6月27日 (土) 14:14時点における版のサムネイル720 × 460 (55キロバイト)Autiwanouvelle version où j'ai enlevé la courbe qui était en double. (en gros, j'ai enlevé la grosse version de 600 points, pour garder la petite)
2008年4月2日 (水) 19:172008年4月2日 (水) 19:17時点における版のサムネイル720 × 460 (80キロバイト)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
2008年4月2日 (水) 19:122008年4月2日 (水) 19:12時点における版のサムネイル720 × 460 (78キロバイト)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2008年4月2日 (水) 19:102008年4月2日 (水) 19:10時点における版のサムネイル720 × 460 (78キロバイト)Inductiveload{{Information |Description=A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, ''μ'', and variance, ''σ²'', are varied. The key is given on the graph. |Source=self-made, Mathematica, Inkscape |Date=02/04/2008 |Author=

以下の​ 2 ページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

このファイルのグローバル使用状況を表示する。

メタデータ