필터 지우기
필터 지우기

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 CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by