フィルターのクリア

how plot complementary cumulative density function (CCDF) of data points?

5 ビュー (過去 30 日間)
Ved
Ved 2013 年 11 月 11 日
回答済み: Ben Petschel 2013 年 11 月 12 日
suppose i have data points as:
a=2.3;
b=5.3;
n=2000; % number of data blocks
data=a+(b-a)*rand(1,1000); % data points
x=[1:.1:7]; % x-axis
How to plot the Complementary Cumulative Density Function (CCDF) of this data for such 2000 data blocks ? Any help.

回答 (1 件)

Ben Petschel
Ben Petschel 2013 年 11 月 12 日
If you have the stats toolbox:
ecdf(data,'function','survivor')
will plot the CCDF.

カテゴリ

Help Center および File ExchangeSources についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by