mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
gammaDistribution.hpp File Reference

The Gamma Distribution. More...

The Gamma Distribution.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file gammaDistribution.hpp.

Go to the source code of this file.

Namespaces

 mx
 The mxlib c++ namespace.
 

Functions

template<typename realT >
realT mx::math::func::gammaDistributionDenom (realT k, realT q)
 The denominator of the Gamma Distribution. More...
 
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. More...
 
template<typename realT >
realT mx::math::func::gammaDistribution (realT x, realT x0, realT k, realT q)
 The general shifted Gamma Distribution at a point. More...
 
template<typename realT >
realT mx::math::func::gammaDistributionMean (realT x0, realT k, realT theta)
 The mean of the Gamma Distribution. More...
 
template<typename realT >
realT mx::math::func::gammaDistributionMode (realT x0, realT k, realT theta)
 The mode of the Gamma Distribution. More...
 
template<typename realT >
realT mx::math::func::gammaDistributionVariance (realT k, realT theta)
 The variance of the Gamma Distribution. More...