Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
Ved
Ved el 11 de Nov. de 2013
Respondida: Ben Petschel el 12 de Nov. de 2013
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.

Respuestas (1)

Ben Petschel
Ben Petschel el 12 de Nov. de 2013
If you have the stats toolbox:
ecdf(data,'function','survivor')
will plot the CCDF.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by