function y = betadbn(r,s,t) % BETADBN y = betadbn(r,s,t) Beta distribution function % Version of 7/27/93 % Distribution function for X beta(r,s) % y = P(X<=t) (a matrix of the same dimensions as t) y = betainc(t,r,s);