KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
List of all members | Public Member Functions | List of all members
KVImpactParameters::gamma_kernel Class Reference

Fluctuation kernel using gamma distribution for use with bayesian_estimator.

The distribution of the observable \(X\) is given by the gamma distribution

\[ f(X) = \frac{1}{\Gamma(k)\theta^k} X^{k-1} \exp{(-X/\theta)} \]

with mean value \(k\theta\) and variance \(k\theta^2\).

Note
For this distribution, the reduced variance \(\sigma^2/\bar{X}\) can take any value \(>0\).

Definition at line 37 of file bayesian_estimator.h.

Public Member Functions

double operator() (double X, double mean, double reduced_variance)
 

#include <bayesian_estimator.h>

Member Function Documentation

◆ operator()()

double KVImpactParameters::gamma_kernel::operator() ( double  X,
double  mean,
double  reduced_variance 
)
inline

return probability of \(X\) for given mean value \(\bar{X}\) and reduced variance \(\sigma^2/\bar{X}\).

Definition at line 39 of file bayesian_estimator.h.


The documentation for this class was generated from the following file: