#include <distributions.h>
|
CUGAR_HOST_DEVICE | Cauchy_distribution (const float gamma) |
|
CUGAR_HOST_DEVICE float | map (const float U) const |
|
CUGAR_HOST_DEVICE float | density (const float x) const |
|
float | next (Generator &gen) const |
|
◆ Cauchy_distribution()
CUGAR_HOST_DEVICE cugar::Cauchy_distribution::Cauchy_distribution |
( |
const float |
gamma | ) |
|
|
inline |
constructor
- Parameters
-
gamma | distribution parameter |
◆ density()
CUGAR_HOST_DEVICE float cugar::Cauchy_distribution::density |
( |
const float |
x | ) |
const |
|
inline |
probability density function
- Parameters
-
◆ map()
CUGAR_HOST_DEVICE float cugar::Cauchy_distribution::map |
( |
const float |
U | ) |
const |
|
inline |
transform a uniformly distributed number through the distribution
- Parameters
-
U | real number to transform |
The documentation for this struct was generated from the following file:
- C:/p4research/research/jpantaleoni/Fermat-Public/contrib/cugar/sampling/distributions.h