Next: , Previous: , Up: Octave Functions and Scripts   [Contents][Index]


5.6 betainv_vec

: betainv_vec (x, a, b)

For each element of x, compute the quantile (the inverse of the CDF) at x of the Beta distribution with parameters a and b. Performance improvement: Calling vectorized version of betacdf (batainc_vec). Supporting full double precision.