Search found 3 matches

by nicola
Sun Mar 26, 2017 11:41 pm
Forum: NEURON hacks
Topic: How to implement stochastic differential equation solvers?
Replies: 4
Views: 16746

Re: How to implement stochastic differential equation solver

Right, this is what I was thinking of doing actually.

Thank you very much for your very helpful support.
by nicola
Sun Mar 26, 2017 5:30 am
Forum: NEURON hacks
Topic: How to implement stochastic differential equation solvers?
Replies: 4
Views: 16746

Re: How to implement stochastic differential equation solver

Dear Michael Hines, thank you very much for your reply. I think that analyzing the code you provided I found some kind of solution to this problem. First, I realized that it does exist a implicit version of the standard Euler-Maruyama explicit scheme for SDEs (see for instance section 12.2 of Kloede...
by nicola
Mon Feb 13, 2017 7:33 am
Forum: NEURON hacks
Topic: How to implement stochastic differential equation solvers?
Replies: 4
Views: 16746

How to implement stochastic differential equation solvers?

I am using some data and multi-compartment models implemented in NEURON by the Blue Brain Project (BBP, http://www.cell.com/cell/fulltext/S0092-8674(15)01191-5) in order to test some parameter estimation methods. Since I am not very familiar with the HOC programming language, in my coding I mostly u...