Stixbox Function

qbeta - The beta inverse distribution function

Calling Sequence

F = qbeta(p,a,b)

Parameters

Description

The beta inverse distribution functio. for each element of p, F is an inverse of the beta cumulative distribution function with parameter a and b (the beta density is :

  x.^(a-1) .* (1-x).^(b-1) ./ beta(a,b)1_{0<x<1})