|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
The Gamma Distribution. More...
The Gamma Distribution.
Definition in file gammaDistribution.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<typename realT > | |
| realT | mx::math::func::gammaDistributionDenom (realT k, realT q) |
| The denominator of the Gamma Distribution. | |
| template<typename realT > | |
| realT | mx::math::func::gammaDistribution (realT x, realT x0, realT k, realT q, realT denom) |
| The general shifted Gamma Distribution at a point using an arbitrary peak scaling parameter. | |
| template<typename realT > | |
| realT | mx::math::func::gammaDistribution (realT x, realT x0, realT k, realT q) |
| The general shifted Gamma Distribution at a point. | |
| template<typename realT > | |
| realT | mx::math::func::gammaDistributionMean (realT x0, realT k, realT theta) |
| The mean of the Gamma Distribution. | |
| template<typename realT > | |
| realT | mx::math::func::gammaDistributionMode (realT x0, realT k, realT theta) |
| The mode of the Gamma Distribution. | |
| template<typename realT > | |
| realT | mx::math::func::gammaDistributionVariance (realT k, realT theta) |
| The variance of the Gamma Distribution. | |