RandLib icon indicating copy to clipboard operation
RandLib copied to clipboard

Improve implementation for characteristic function of Log-normal distribution

Open astralord opened this issue 8 years ago • 0 comments

We integrate numerically on semi-finite interval in order to get CF of LogNormalRand. However, there exist at least two more ways to do it:

  • we can use divergent Taylor series expansion
  • or the Laplace transform, described in this 📝 , which requires implementation of Lambert-W function for pure imaginary argument

astralord avatar Feb 09 '17 11:02 astralord