00001 #ifndef _BETA_H_ 00002 #define _BETA_H_ 00003 00004 float F_distribution_x_to_inf(float x, int df1, int df2); 00005 00006 #endif 00007