BioCMAMC-ST
|
Represents a SkewNormal (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 | xi |
F | omega |
F | alpha |
Represents a SkewNormal (Gaussian) probability distribution.
The normal distribution is parameterized by a mean, a standard deviation and a skew factor.
F | Floating-point type (must satisfy FloatingPointType ). |
|
inline |
|
inline |
|
inline |
|
inline |
F MC::Distributions::SkewNormal< F >::alpha |
F MC::Distributions::SkewNormal< F >::omega |
F MC::Distributions::SkewNormal< F >::xi |