| Functions and CALL Routines |
| Category: | Mathematical |
| Syntax | |
| Arguments | |
| Details | |
| Examples | |
| See Also |
Syntax |
| BETA(a,b) |
is the first shape parameter, where a>0.
is the second shape parameter, where b>0.
| Details |
The BETA function is mathematically given by the equation
![[equation]](./images/deqn3.gif)
![[equation]](./images/deqn4.gif)
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 |
|
Function: |
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.