Functions

BCMath.cxx File Reference

Go to the source code of this file.

Functions

double chi2 (double *x, double *par)

Function Documentation

double chi2 ( double *  x,
double *  par 
)

Definition at line 272 of file BCMath.cxx.

{
   return ROOT::Math::chisquared_pdf(x[0], par[0]);
}