File:Empirical CDF.png

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

Empirical_CDF.png(400 × 320 像素,檔案大小:6 KB,MIME 類型:image/png


摘要

描述
English: This is a visualization of an empirical distribution function. The grey bars show the samples corresponding to the ECDF and the green line is the theoretical distribution from which the samples have been drawn.
日期
來源 自己的作品
作者 Bscan
其他版本
%This is Matlab code to generate a visualization of the empirical
%distribution function
%This code released under the CC0 "license"

%Generate random samples
NumSamps =20; 

%Get standard normally distributed samples
samples = randn(NumSamps,1);

%Get emprical cdf
[f,x] = ecdf(samples);

%Get real cdf
x_cdf = [-5:0.01:5];
y_cdf = normcdf(x_cdf);

%Generate figure;
figure; hold on;
plot(x_cdf,y_cdf,'-','Color',[0.6 0.6 0.6],'LineWidth',2);
stairs(x,f,'b-','LineWidth',2);
%The 1/NumSamps ensures the black bars are scaled to be probabilities
plot([samples samples]',[zeros(NumSamps,1) (1/NumSamps)*ones(NumSamps,1)]','-k','LineWidth',2);
set(gca,'FontSize',12)
grid on; box on;
xlim([-4 4])

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。

 
本PNG 點陣圖使用MATLAB創作。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

創作作者 Chinese (Hong Kong) (已轉換拼寫)

沒有維基數據項目的某些值

維基媒體使用者名稱 繁體中文 (已轉換拼寫):​Bscan
作者姓名字串 繁體中文 (已轉換拼寫):​Bscan

著作權狀態 繁體中文 (已轉換拼寫)

有著作權 繁體中文 (已轉換拼寫)

檔案來源 Chinese (Taiwan) (已轉換拼寫)

上傳者的原創作品 繁體中文 (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸用戶備⁠註
目前2018年1月28日 (日) 10:57於 2018年1月28日 (日) 10:57 版本的縮圖400 × 320(6 KB)NagualdesignTweaks.
2018年1月27日 (六) 22:05於 2018年1月27日 (六) 22:05 版本的縮圖412 × 318(6 KB)NagualdesignGreen curve.
2018年1月27日 (六) 20:11於 2018年1月27日 (六) 20:11 版本的縮圖412 × 318(6 KB)NagualdesignTail (top).
2018年1月27日 (六) 19:30於 2018年1月27日 (六) 19:30 版本的縮圖412 × 318(6 KB)NagualdesignAntialiased numbers.
2018年1月27日 (六) 18:56於 2018年1月27日 (六) 18:56 版本的縮圖412 × 318(6 KB)NagualdesignAntialiasing.
2013年3月25日 (一) 15:04於 2013年3月25日 (一) 15:04 版本的縮圖412 × 318(4 KB)BscanUser created page with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料