////////////////////////////////////////////////////////////////////////// // // // TProbab // // // // Calculate probability from chisquare and degrees of freedom // // // // Author: Marcel Kunze, RUB, Nov. 99 // // Copyright (C) 1999-2001, Ruhr-University Bochum. // // // ////////////////////////////////////////////////////////////////////////// typedef double real; #include extern double TProbab(const int& ndof, const double& chisq);