#include <Gamma.h>
Public Member Functions | |
Gamma (double alpha, double theta) | |
double | getAlpha () |
double | getTheta () |
double | getMean () const |
double | getVariance () const |
double | getNextSample () const |
Gamma::Gamma | ( | double | alpha, | |
double | theta | |||
) |
double Gamma::getAlpha | ( | ) |
Referenced by GammaRng::setAlpha().
double Gamma::getMean | ( | ) | const [virtual] |
Implements Probability.
double Gamma::getNextSample | ( | ) | const [virtual] |
Implements Probability.
double Gamma::getTheta | ( | ) |
Referenced by GammaRng::setTheta().
double Gamma::getVariance | ( | ) | const [virtual] |
Implements Probability.