Skip to content

rebremer/pareto-distribution-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

pareto-distribution-calculator

Hobby statistics Python project that does the following:

  • Compute Expected value E[x], Variance Var[x] and Kurtosis Kur[x] of a fat-tailed Pareto distribution
  • Calculate Expected value E[x], Variance Var[x] and Kurtosis Kur[x] using Pareto distribution's calculus definitions
  • Compare outcomes

Key learning of this project is as follows:

  • For alpha values close to 1, extremely large tail values shall be used to compute Pareto E[x] accurately. That is, the Pareto distribution is truly fat-tailed.

For more information on the Pareto distribution and its properties:

About

Hobby statistics Python project that computes expected value E[x], variation Var[x] and kurtosis Kur[x] of fat tailed Pareto distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages