Plots the Empirical Cumulated Distribution.
stairs(x,y)
a matrix of doubles
Plot the Empirical Cumulated Distribution graph of x and y.
n=10000; y=1:10000; y=y/10000; lambda = 1; x=-gsort(-rexpweib(n,lambda)); scf(); stairs(x,y);