Distributions.jl icon indicating copy to clipboard operation
Distributions.jl copied to clipboard

No power law distribution?

Open Zireael07 opened this issue 3 years ago • 1 comments

Or should I just use lognormal instead, since the only difference seems to be the length of the tail?

Zireael07 avatar Jul 27 '22 17:07 Zireael07

Might the Pareto or GeneralizedPareto distributions do what you need?

I recently used the Pareto distribution to implement a power-law distribution in a form that is more typical in my domain; it sounds like you probably want to do something similar.

This Wikipedia entry might also be of help.

cgarling avatar Jul 28 '22 01:07 cgarling