ファイル:Discrete_probability_distribution_illustration.png
[Wikipedia|▼Menu]

ファイル

ファイルの履歴

ファイルの使用状況

グローバルなファイル使用状況
このプレビューのサイズ: 533 × 600 ピクセル。 その他の解像度: 213 × 240 ピクセル 。426 × 480 ピクセル 。682 × 768 ピクセル 。910 × 1,024 ピクセル 。1,806 × 2,033 ピクセル。

元のファイル ‎(1,806 × 2,033 ピクセル、ファイルサイズ: 44キロバイト、MIME タイプ: image/png)



このファイルは、ウィキメディア・コモンズから呼び出されています。

このファイルは、他のプロジェクトで使用されている可能性があります。

このファイルの解説やノートへの記入、履歴などの詳細の確認は、ウィキメディア・コモンズのファイルページ(ノート/履歴/ログ)を使用してください。
ウィキメディア・コモンズのファイルページにある説明を、以下に表示します。

There are SVG versions:   



概要

解説Discrete probability distribution illustration.pngEnglish: From top to bottom, the cumulative distribution function of a discrete probability distribution, continuous probability distribution, and a distribution which has both a continuous part and a discrete part. Cumulative distribution functions are examples of cadlag functions.Francais : Fonctions de repartition d'une variable discrete, d'une variable diffuse et d'une variable avec atome, mais non discrete.?????: ?????? ?????? ????? ???????? ???????? ?? ???????? ?????? ??? ????? ????? ???????: {1}, {3} ?-{7} ???????? 0.2, 0.5 ?-0.3 ??????. ?????? ?????? ???? ?? ???????? ???????? ?? ??????? ?????, ????? ????? ????? ??? ?????? ???????? ?? ?? ????? [0,1]. ?????? ?????? ???? ???????? ??????? ?? ??????? ????? ????? ????? ?????? ?????.Magyar: Az eloszlasfuggvenyek peldaul cadlag fuggvenyek.Italiano: Le funzioni di ripartizione sono un esempio di funzioni cadlag.日本語: 上から順に、離散確率分布、連続確率分布、連続部分と離散部分がある確率分布の累積分布関数.???: ?? ?? ??, ?? ?? ??, ???? ??? ???? ??? ?? ???? ??? ?? ??? ?? ?? ??.Polski: Od gory: dystrybuanta pewnego dyskretnego rozk?adu, rozk?adu ciag?ego, oraz rozk?adu maj?cego zarowno ci?g??, jak i dyskretn? cz???.Српски / srpski: Одозго на доле, функци?а расподеле дискретне случа?не промен?иве, непрекидне случа?не промен?иве, и случа?не промен?иве ко?а има и непрекидне и дискретне делове.Sunda: From top to bottom, the cumulative distribution function of a discrete probability distribution, continuous probability distribution, and a distribution which has both a continuous part and a discrete part.Turkce: Yukar?dan a?a??ya do?ru: bir ayr?k olas?l?k da??l?m? icin, bir surekli olas?l?k da??l?m? icin ve hem surekli hem de ayr?k k?s?mlar? bulunan bir olas?l?k da??l?m? icin y??mal? olas?l?k fonksiyonu. Usten alta do?ru. Bir aral?kl? da??l?m icin, bir surekli da??l?m icin ve hem surekli bir k?sm? hem de aral?kl? bir k?sm? bulunan bir da??l?m icin y??mal? da??l?m fonksiyonlar?.Укра?нська: Зверху вниз: функц?я розпод?лу для дискретного розпод?лу ймов?рностей, для неперервного розпод?лу та для розпод?лу що м?стить дискретну та неперервну частини.Ti?ng Vi?t: T? tren xu?ng d??i, ham phan ph?i tich t?y c?a m?t phan ph?i xac su?t r?i r?c, phan ph?i xac su?t lien t?c, va m?t phan ph?i co c? m?t ph?n lien t?c va m?t ph?n r?i r?c. Ham phan b? tich l?y la m?t vi d? c?a ham s? cadlag.
原典投稿者自身による著作物
作者Oleg Alexandrov
その他のバージョンsee above and below
 この 図式はMATLABで作成されました。

このファイルのベクター画像 (SVG) が利用できます。 このビットマップ画像はベクター画像に置き換えられるべきです。File:Discrete probability distribution illustration.png → File:Discrete probability distribution illustration.svgベクターグラフィックスの詳細については、コモンズのSVG変換を参照ください。
SVGのMediaWikiのサポートに関する情報もあります。

他言語
Alemannisch ? Bahasa Indonesia ? Bahasa Melayu ? British English ? catala ? ?e?tina ? dansk ? Deutsch ? eesti ? English ? espanol ? Esperanto ? euskara ? francais ? Frysk ? galego ? hrvatski ? Ido ? italiano ? lietuvi? ? magyar ? Nederlands ? norsk bokmal ? norsk nynorsk ? occitan ? Plattduutsch ? polski ? portugues ? portugues do Brasil ? roman? ? Scots ? sicilianu ? sloven?ina ? sloven??ina ? suomi ? svenska ? Ti?ng Vi?t ? Turkce ? veneto ? Ελληνικ? ? беларуская (тарашкев?ца) ? български ? македонски ? нохчийн ? русский ? српски / srpski ? татарча/tatarca ? укра?нська ? ??????? ? ??????? ? ????? ? ????? ? ?????? ? ??? ? ??? ? 日本語 ? ?体中文 ? 繁體中文 ? ????? ? ??????? ? ????? ? +/?

 
ライセンス

Public domainPublic domainfalsefalse

この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

Source code (MATLAB)% plot a the cummulative distribution function for a% (a) discrete distribution% (b) continuous distribution% (c) a distribution which has both a discrete and a continuous partfunction main() clf; hold on; axis equal; axis off; L=4; h = 0.02; X=0:h:L; shift = 2; Y = [0*find(X < 0.2*L), 0.3+0*find( X >= 0.2*L & X < 0.4*L) 0.6+0*find(X >= 0.4*L & X < 0.8*L), 1+0*find(X>= 0.8*L)]; plot_graph(X, Y, L, 0*shift) Y = 0.5*erf((4/L)*(X-L/2.5))+0.5; plot_graph(X, Y, L, shift); ds = 0.4; Y = 0.5*erf((2/L)*(X-L/1.5))+0.5; Y = Y + [0*find(X < ds*L) 0.4+0*find(X >= ds*L)]; Y = min(Y, 1); plot_graph(X, Y, L, 2*shift); % plot two dummy points to make matlab expand a bit the window before saving plot(L+0.15, 1.1, '*', 'color', 0.99*[1, 1, 1]); plot(-0.5, -2.1*shift, '*', 'color', 0.99*[1, 1, 1]); % save as eps saveas(gcf, 'Discrete_probability_distribution_illustration.eps', 'psc2') function plot_graph(X, Y, L, shift) % settings N = length (X); tol = 0.1; thick_line = 3; thin_line = 2; small_rad = 0.07; red= [1, 0, 0]; blue = [0, 0, 1]; fs = 23; epsilon = 0.01; % plot a blue box plot([0, L, L, 0, 0], [0, 0, 1, 1, 0]-shift, 'linewidth', thin_line, 'color', blue) % everything will be shifted down Y = Y - shift; % if the given funtion has a jump, plot some balls. Otherwise plot a continous segment for i=1:(N-1) if abs(Y(i)-Y(i+1)) > tol ball (X(i+1), Y(i+1), small_rad, red); empty_ball (X(i), Y(i), thin_line, 0.9*small_rad, red); else plot([X(i)-epsilon, X(i+1)+epsilon], [Y(i), Y(i+1)], 'color', red, 'linewidth', thick_line); end end ball (0, -shift, small_rad, red); ball (L, 1-shift, small_rad, red);%plot text small= 0.4; text(-small, 0-shift, '0', 'fontsize', fs) text(-small, 1-shift, '1', 'fontsize', fs) function ball(x, y, r, color) Theta=0:0.1:2*pi; X=r*cos(Theta)+x; Y=r*sin(Theta)+y; H=fill(X, Y, color); set(H, 'EdgeColor', 'none');function empty_ball(x, y, thick_line, r, color) Theta=0:0.1:2*pi; X=r*cos(Theta)+x; Y=r*sin(Theta)+y; H=fill(X, Y, [1 1 1]); plot(X, Y, 'color', color, 'linewidth', thick_line);

キャプション日本語このファイルの内容を1行で記述してください
このファイルに描写されている項目
題材
\u4f5c\u8005"}},"text\/plain":{"ja":{"":"\u4f5c\u8005"}}},"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":2093,\"id\":\"P2093\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"ja":{"":"\u8457\u8005\u540d (\u6587\u5b57\u5217)"}},"text\/plain":{"ja":{"":"\u8457\u8005\u540d (\u6587\u5b57\u5217)"}}},"{\"value\":\"Oleg Alexandrov\",\"type\":\"string\"}":{"text\/html":{"ja":{"P2093":"Oleg Alexandrov","P4174":"Oleg Alexandrov"}},"text\/plain":{"ja":{"P2093":"Oleg Alexandrov","P4174":"Oleg Alexandrov"}}},"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":4174,\"id\":\"P4174\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"ja":{"":"\u30a6\u30a3\u30ad\u30e1\u30c7\u30a3\u30a2\u306e\u5229\u7528\u8005\u540d"}},"text\/plain":{"ja":{"":"\u30a6\u30a3\u30ad\u30e1\u30c7\u30a3\u30a2\u306e\u5229\u7528\u8005\u540d"}}},"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":2699,\"id\":\"P2699\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"ja":{"":"URL"}},"text\/plain":{"ja":{"":"URL"}}},"{\"value\":\"http:\\\/\\\/commons.wikimedia.org\\\/wiki\\\/User:Oleg_Alexandrov\",\"type\":\"string\"}":{"text\/html":{"ja":{"P2699":"http:\/\/commons.wikimedia.org\/wiki\/User:Oleg_Alexandrov"}},"text\/plain":{"ja":{"P2699":"http:\/\/commons.wikimedia.org\/wiki\/User:Oleg_Alexandrov"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P170 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">
作者

ウィキデータ項目がない値著者名 (文字列): Oleg Alexandrovウィキメディアの利用者名: Oleg AlexandrovURL: ⇒http://commons.wikimedia.org/wiki/User:Oleg_Alexandrov\u8457\u4f5c\u6a29\u306e\u72b6\u6cc1"}},"text\/plain":{"ja":{"":"\u8457\u4f5c\u6a29\u306e\u72b6\u6cc1"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":88088423,\"id\":\"Q88088423\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"ja":{"P6216":"\u8457\u4f5c\u6a29\u4fdd\u8b77\u6709\u308a\u3001\u6a29\u5229\u8005\u306b\u3088\u308a\u30d1\u30d6\u30ea\u30c3\u30af\u30c9\u30e1\u30a4\u30f3\u306b\u63d0\u4f9b"}},"text\/plain":{"ja":{"P6216":"\u8457\u4f5c\u6a29\u4fdd\u8b77\u6709\u308a\u3001\u6a29\u5229\u8005\u306b\u3088\u308a\u30d1\u30d6\u30ea\u30c3\u30af\u30c9\u30e1\u30a4\u30f3\u306b\u63d0\u4f9b"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":50423863,\"id\":\"Q50423863\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"ja":{"P6216":"\u8457\u4f5c\u6a29\u3067\u4fdd\u8b77"}},"text\/plain":{"ja":{"P6216":"\u8457\u4f5c\u6a29\u3067\u4fdd\u8b77"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P6216 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">
著作権の状況

著作権保護有り、権利者によりパブリックドメインに提供
著作権で保護\u5229\u7528\u8a31\u8afe"}},"text\/plain":{"ja":{"":"\u5229\u7528\u8a31\u8afe"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":98592850,\"id\":\"Q98592850\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"ja":{"P275":"\u6a29\u5229\u8005\u306b\u3088\u308a\u30d1\u30d6\u30ea\u30c3\u30af\u30c9\u30e1\u30a4\u30f3\u306b\u30ea\u30ea\u30fc\u30b9\u6e08"}},"text\/plain":{"ja":{"P275":"\u6a29\u5229\u8005\u306b\u3088\u308a\u30d1\u30d6\u30ea\u30c3\u30af\u30c9\u30e1\u30a4\u30f3\u306b\u30ea\u30ea\u30fc\u30b9\u6e08"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P275 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">


次ページ
記事の検索
おまかせリスト
▼オプションを表示
ブックマーク登録
mixiチェック!
Twitterに投稿
オプション/リンク一覧
話題のニュース
列車運行情報
暇つぶしWikipedia

Size:17 KB
出典: フリー百科事典『ウィキペディア(Wikipedia)
担当:undef