![]() |
Quetzal-CoaTL
The Coalescence Template Library
|
#include <quetzal/demography/dispersal_kernel.hpp>
Lognormal dispersal location kernel (fat-tailed)
Suitable for seed dispersal, particularly when the peak of the distribution is not at zero distance from the source.
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 Distance | mean_dispersal_distance (param_type const &p) |
Probability density function. | |
|
inlinestaticconstexpr |
Probability density function.
r | The distance radius from the source to the target |
p | Parameters of the distribution |
Mean dispersal distance
p | Parameters of the distribution |