Public Member Functions | |
| DistTest (TF1 *f) | |
| void | SetCdf (TF1 *f) |
| int | testUnuran (TUnuran &unr) |
| int | testGetRandom (TF1 *f) |
Private Attributes | |
| TF1 * | fCdf |
| TH1 * | fHref |
Definition at line 54 of file unuranDistr.cxx.
| DistTest::DistTest | ( | TF1 * | f | ) | [inline] |
Definition at line 56 of file unuranDistr.cxx.
References fHref, TH1::Fill(), gRandom, i, n, and TRandom::Rndm().
| void DistTest::SetCdf | ( | TF1 * | f | ) | [inline] |
| int DistTest::testUnuran | ( | TUnuran & | unr | ) | [inline] |
Definition at line 72 of file unuranDistr.cxx.
References TH1::Chi2Test(), E, TF1::Eval(), fCdf, fHref, TH1::Fill(), i, TUnuran::MethodName(), n, TUnuran::Sample(), w, and x.
| int DistTest::testGetRandom | ( | TF1 * | f | ) | [inline] |
Definition at line 106 of file unuranDistr.cxx.
References TH1::Chi2Test(), E, TF1::Eval(), fCdf, fHref, TH1::Fill(), i, n, w, and x.
TF1* DistTest::fCdf [private] |
Definition at line 142 of file unuranDistr.cxx.
Referenced by SetCdf(), testGetRandom(), and testUnuran().
TH1* DistTest::fHref [private] |
Definition at line 143 of file unuranDistr.cxx.
Referenced by DistTest(), testGetRandom(), and testUnuran().
1.5.1