Fermat
Public Methods | List of all members
cugar::Exponential_distribution Struct Reference

Detailed description

Exponential distribution

#include <distributions.h>

Inheritance diagram for cugar::Exponential_distribution:
cugar::Base_distribution< Exponential_distribution >

Public Methods

CUGAR_HOST_DEVICE Exponential_distribution (const float lambda)
 
CUGAR_HOST_DEVICE float map (const float U) const
 
CUGAR_HOST_DEVICE float density (const float x) const
 
- Public Methods inherited from cugar::Base_distribution< Exponential_distribution >
float next (Generator &gen) const
 

Constructor & Destructor Documentation

◆ Exponential_distribution()

CUGAR_HOST_DEVICE cugar::Exponential_distribution::Exponential_distribution ( const float  lambda)
inline

constructor

Parameters
lambdadistribution parameter

Member Function Documentation

◆ density()

CUGAR_HOST_DEVICE float cugar::Exponential_distribution::density ( const float  x) const
inline

probability density function

Parameters
xsample location

◆ map()

CUGAR_HOST_DEVICE float cugar::Exponential_distribution::map ( const float  U) const
inline

transform a uniformly distributed number through the distribution

Parameters
Ureal number to transform

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