Functions and CALL Routines |
Category: | Probability |
See: | CDF Function |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
PROBBETA(x,a,b) |
Details |
The PROBBETA function returns the probability that an observation from a beta distribution, with shape parameters a and b, is less than or equal to x.
Examples |
SAS Statements | Results |
---|---|
x=probbeta(.2,3,4); |
0.09888 |
See Also |
Functions: |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.