astralord / RandLib

:rocket: A library designed to facilitate work with probability, statistics and stochastic calculus
MIT License
71 stars 12 forks source link

Implement log-stable distribution #5

Open astralord opened 7 years ago

astralord commented 7 years ago

Most of the properties of log-stable distribution are easy to derive using the relationship with stable distribution. However, the problem arises with characteristic function, which can't be expressed analytically and is hard to compute numerically due to singularity of probability density function at point 0 in some cases (e.g. Log-Cauchy distribution). All ideas are welcome.