#include <TMath.h>#include <TRandom.h>Go to the source code of this file.
Functions | |
| void | binomialSimple () |
| void | binomialFancy () |
| void | binomial () |
| void binomial | ( | ) |
Definition at line 58 of file binomial.C.
References binomialFancy(), and binomialSimple().
Referenced by TProfile::Divide(), TH1::Divide(), TProfile3D::Divide(), TProfile2D::Divide(), and THnSparse::Divide().
| void binomialFancy | ( | ) |
Definition at line 27 of file binomial.C.
References TMath::Abs(), TMath::Binomial(), i, j, k, TMath::Power(), x, and y.
Referenced by binomial().
| void binomialSimple | ( | ) |
Definition at line 10 of file binomial.C.
References TMath::Binomial(), i, j, max, and TMath::Nint().
Referenced by binomial().
1.5.1