<< qqplot Graphics Inverse Cumulated Distribution Functions >>

Stixbox >> Stixbox > Graphics > stairs

stairs

Plots the Empirical Cumulated Distribution.

Calling Sequence

stairs(x,y)

Parameters

x :

a matrix of doubles

y :

a matrix of doubles

Description

Plot the Empirical Cumulated Distribution graph of x and y.

Examples

n=10000;
y=1:10000;
y=y/10000;
lambda = 1;
x=-gsort(-rexpweib(n,lambda));
scf();
stairs(x,y);

Authors

<< qqplot Graphics Inverse Cumulated Distribution Functions >>