InverseLaplace.jl icon indicating copy to clipboard operation
InverseLaplace.jl copied to clipboard

Post's inversion formula

Open alec-hoyland opened this issue 7 years ago • 1 comments

I'm interested in implementing Post's inversion formula which is used in neurocomputational models of memory and learning. I imagine that it would be dependent on ForwardDiff. Is this something you would like to add to this package? Do you have any suggestions?

alec-hoyland avatar Feb 11 '19 21:02 alec-hoyland

Hi. Yes, this sounds interesting in principle. Including it in InverseLaplace.jl is a possibility. I think adapting it for the InverseLaplace.jl interface would be relatively easy. The more labor intensive part is developing the algorithm. If you can develop it and test it in another repo or gist and it looks like a good fit, then yes I will include it. One possible sticking point is the added dependency. But, IIRC ForwardDiff is pure Julia, so this should not be a problem.

jlapeyre avatar Feb 14 '19 11:02 jlapeyre