Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve implementation for characteristic function of Log-normal distribution #6

Open
astralord opened this issue Feb 9, 2017 · 0 comments
Assignees

Comments

@astralord
Copy link
Owner

astralord commented Feb 9, 2017

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 astralord self-assigned this Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant