Histogram CDF
p=distfun_histocdf(x,h) p=distfun_histocdf(x,h,lowertail)
a matrix of doubles, the outcome
an histogram object
a 1-by-1 matrix of booleans, the tail (default lowertail=%t). If lowertail is true (the default), then considers P(X<=x) otherwise P(X>x).
a matrix of doubles, the probability
Computes the cumulated probability distribution function of the Histogram.
The h object must be created with distfun_histocreate.