![]() |
ROOT 6.10/09 Reference Guide |
#include "Math/DistFuncMathMore.h"
#include "Math/GSLIntegrator.h"
#include "Math/WrappedFunction.h"
#include "Math/DistFuncMathCore.h"
#include <iostream>
#include <limits>
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) |
int | main () |
double | mbeta_cdf (double x, double a, double b, double) |
double | mbeta_cdf_c (double x, double a, double b, double) |
double | mbeta_pdf (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) |
void | printStatus (int iret) |
int | testBinomialCdf (double p, int n, double tol) |
int | testPoissonCdf (double mu, double tol) |
int | testStatFunc () |
#define TESTDIST1 | ( | name, | |
p1, | |||
s | |||
) |
Definition at line 211 of file testStatFunc.cxx.
Definition at line 221 of file testStatFunc.cxx.
int compare | ( | std::string | name, |
double | v1, | ||
double | v2, | ||
double | scale = 2.0 |
||
) |
Definition at line 18 of file testStatFunc.cxx.
int main | ( | ) |
Definition at line 378 of file testStatFunc.cxx.
double mbeta_cdf | ( | double | x, |
double | a, | ||
double | b, | ||
double | |||
) |
Definition at line 258 of file testStatFunc.cxx.
double mbeta_cdf_c | ( | double | x, |
double | a, | ||
double | b, | ||
double | |||
) |
Definition at line 261 of file testStatFunc.cxx.
double mbeta_pdf | ( | double | x, |
double | a, | ||
double | b, | ||
double | |||
) |
Definition at line 255 of file testStatFunc.cxx.
double mbeta_quantile | ( | double | x, |
double | a, | ||
double | b | ||
) |
Definition at line 264 of file testStatFunc.cxx.
double mbeta_quantile_c | ( | double | x, |
double | a, | ||
double | b | ||
) |
Definition at line 267 of file testStatFunc.cxx.
void printStatus | ( | int | iret | ) |
Definition at line 202 of file testStatFunc.cxx.
int testBinomialCdf | ( | double | p, |
int | n, | ||
double | tol | ||
) |
Definition at line 290 of file testStatFunc.cxx.
int testPoissonCdf | ( | double | mu, |
double | tol | ||
) |
Definition at line 274 of file testStatFunc.cxx.
int testStatFunc | ( | ) |
Definition at line 308 of file testStatFunc.cxx.