BioCMAMC-ST
|
Represents a LogNormal (Gaussian) probability distribution. More...
#include <prng_extension.hpp>
Public Member Functions | |
template<class DeviceType > | |
KOKKOS_INLINE_FUNCTION F | draw (Kokkos::Random_XorShift1024< DeviceType > &gen) const |
KOKKOS_INLINE_FUNCTION F | mean () const |
KOKKOS_INLINE_FUNCTION F | var () const |
KOKKOS_INLINE_FUNCTION F | skewness () const |
Public Attributes | |
F | mu |
F | sigma |
Represents a LogNormal (Gaussian) probability distribution.
The normal distribution is parameterized by a mean, a standard deviation.
F | Floating-point type (must satisfy FloatingPointType ). |
|
inline |
|
inline |
|
inline |
|
inline |
F MC::Distributions::LogNormal< F >::mu |
F MC::Distributions::LogNormal< F >::sigma |