#include <cmath>
#include "Math/SpecFuncMathMore.h"
#include "Math/SpecFuncMathCore.h"
#include "Math/PdfFuncMathCore.h"
#include "Math/DistFuncMathMore.h"
#include "gsl/gsl_sf_hyperg.h"
#include "Math/Error.h"
Namespaces | |
namespace | ROOT |
VSD Structures. | |
namespace | ROOT::Math |
Functions | |
double | ROOT::Math::noncentral_chisquared_pdf (double x, double r, double lambda) |
Probability density function of the non central \(\chi^2\) distribution with \(r\) degrees of freedom and the noon-central parameter \(\lambda\). More... | |