![]() |
Quetzal-CoaTL
The Coalescence Template Library
|
#include <quetzal/demography/dispersal_kernel.hpp>
Gaussian Mixture dispersal location kernel (leptokurtic, never fat-tailed)
Used in theoretical studies.
Classes | |
struct | param_type |
Dispersal location kernel parameter. More... | |
Public Types | |
using | pdf_result_type = quantity< inverse(pow< 2 >(Distance::reference)), typename Distance::rep > |
Probability density function value type. | |
Static Public Member Functions | |
static constexpr pdf_result_type | pdf (Distance r, param_type const ¶m) |
Probability density function. | |
static constexpr Distance | mean_dispersal_distance (param_type const ¶m) |
Mean dispersal distance. | |
|
inlinestaticconstexpr |
Mean dispersal distance.
p | Parameters of the distribution |
|
inlinestaticconstexpr |
Probability density function.
r | The distance radius from the source to the target |
p | Parameters of the distribution |