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

Post's inversion formula #10

Open
alec-hoyland opened this issue Feb 11, 2019 · 1 comment
Open

Post's inversion formula #10

alec-hoyland opened this issue Feb 11, 2019 · 1 comment

Comments

@alec-hoyland
Copy link

alec-hoyland commented Feb 11, 2019

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?

@jlapeyre
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants