Gromacs
2016.6
|
#include <gromacs/random/gammadistribution.h>
Gamma distribution parameters.
Public Types | |
typedef GammaDistribution | distribution_type |
Reference back to the distribution class. | |
Public Member Functions | |
param_type (result_type alpha=1.0, result_type beta=1.0) | |
Construct parameter block. More... | |
result_type | alpha () const |
Return first parameter. | |
result_type | beta () const |
Return second parameter. | |
bool | operator== (const param_type &x) const |
True if two parameter sets will return the same distribution. More... | |
bool | operator!= (const param_type &x) const |
True if two parameter sets will return different distributions. More... | |
|
inlineexplicit |
Construct parameter block.
alpha | First parameter of gamma distribution |
beta | Second parameter of gamma distribution |
|
inline |
True if two parameter sets will return different distributions.
x | Instance to compare with. |
|
inline |
True if two parameter sets will return the same distribution.
x | Instance to compare with. |