Post's inversion formula
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?
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.