Histogram inverse CDF
x=distfun_histoinv(p,h) x=distfun_histoinv(p,h,lowertail)
a matrix of doubles, the probability
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 outcome
Computes the inverse cumulated probability distribution function of the Histogram.
The h object must be created with distfun_histocreate.