pyro-ppl / funsor

Functional tensors for probabilistic programming
https://funsor.pyro.ai
Apache License 2.0
236 stars 20 forks source link

Talbot's method for numerical inversion of the Laplace transform #520

Closed ordabayevy closed 3 years ago

ordabayevy commented 3 years ago

This is the implementation of Talbot's method for numerical inversion of the Laplace transform. It is adapted from Tucker McClure's MATLAB implementation. Example is the n-step kinetic model used for the analysis of helicase catalyzed DNA unwinding experiments.

Does it look like an interesting example to add to funsor library?

ordabayevy commented 3 years ago

Thanks for reviewing @eb8680 !