Function cmb_random_pareto
Defined in File cmb_random.h
Function Documentation
-
static inline double cmb_random_pareto(const double shape, const double mode)
Pareto distribution (power law) on
[mode, oo)with parametersshape > 0andmode > 0.Used to model e.g., the size of human settlements (hamlets to cities), size of (extreme) weather events, human income and wealth, etc. Setting
shape = log4(5) = ln(5)/ln(4) = 1.16gives the 80:20 rule. Higher values of theshapeparameter give steeper distributions.