Functions and CALL Routines |
Category: | Mathematical |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
BETA(a,b) |
Details |
The BETA function is mathematically given by the equation
with a>0, b>0. It should be noted that
where is the gamma function.
If the expression cannot be computed, BETA returns a missing value.
Examples |
SAS Statements | Results |
---|---|
x=beta(5,3); |
0.9523809524e-2 |
See Also |
|
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.