參考 http://en.wikipedia.org/wiki/Empirical_distribution_function
最近寫231報告的時候用到的
好像無母數分析裡面常常使用
當我們不確定資料的分布狀況時
給定一組資料
可以用cdf來逼近分布的狀況
就叫做empirical distribution
ps: Matlab 中相關的指令 given x is a set of data
ecdf(x)
cdfplot(x)
http://www.mathworks.com/access/helpdesk/help/toolbox/stats/ecdf.html
http://www.mathworks.com/access/helpdesk/help/toolbox/stats/cdfplot.html