it contains beta.pas (beta function), betai.pas (incomplete beta function
which comes in F test),
and betacf.pas, an auxiliary function needed by betai.pas. What do you want
exactly: reference ? I need something called "betadev" for beta deviation. I found it in C language but not in pascal.
23-Jun-00 11:42 you wrote:
it contains beta.pas (beta function), betai.pas (incomplete beta function
which comes in F test),
and betacf.pas, an auxiliary function needed by betai.pas. What do you want
exactly: reference ? I need something called "betadev" for beta deviation. I found it in C language but not in pascal.
Gosh! If you have C version then why you need pascal version at all ? You can call C version just fine (take look on GPM library and gmp.pas to see how pascal wrappers for C library can be written).