ROOT
6.07/01
Reference Guide
|
#include "Math/DistFuncMathMore.h"
#include "Math/GSLIntegrator.h"
#include "Math/WrappedFunction.h"
#include "Math/DistFuncMathCore.h"
#include <iostream>
#include <limits>
Go to the source code of this file.
Macros | |
#define | TESTDIST1(name, p1, s) |
#define | TESTDIST2(name, p1, p2, s) |
Functions | |
int | compare (std::string name, double v1, double v2, double scale=2.0) |
void | printStatus (int iret) |
double | mbeta_pdf (double x, double a, double b, double) |
double | mbeta_cdf (double x, double a, double b, double) |
double | mbeta_cdf_c (double x, double a, double b, double) |
double | mbeta_quantile (double x, double a, double b) |
double | mbeta_quantile_c (double x, double a, double b) |
int | testPoissonCdf (double mu, double tol) |
int | testBinomialCdf (double p, int n, double tol) |
int | testStatFunc () |
int | main () |
Definition at line 211 of file testStatFunc.cxx.
Referenced by testStatFunc().
Definition at line 221 of file testStatFunc.cxx.
Referenced by testStatFunc().
Definition at line 18 of file testStatFunc.cxx.
Referenced by testBinomialCdf(), and testPoissonCdf().
int main | ( | ) |
Definition at line 378 of file testStatFunc.cxx.
Definition at line 258 of file testStatFunc.cxx.
Definition at line 261 of file testStatFunc.cxx.
Definition at line 255 of file testStatFunc.cxx.
Definition at line 264 of file testStatFunc.cxx.
Definition at line 267 of file testStatFunc.cxx.
void printStatus | ( | int | iret | ) |
Definition at line 202 of file testStatFunc.cxx.
Referenced by testBinomialCdf(), and testPoissonCdf().
Definition at line 290 of file testStatFunc.cxx.
Referenced by testStatFunc().
Definition at line 274 of file testStatFunc.cxx.
Referenced by testStatFunc().
int testStatFunc | ( | ) |
Definition at line 308 of file testStatFunc.cxx.
Referenced by main().