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

SDE-specific estimation methods

Open ChrisRackauckas opened this issue 8 years ago • 2 comments

Here's an example from @mschauer

Chris Rackauckas [1:45 PM] 
If I'm getting it correct
[1:46] 
at a high level it's like
[1:46] 
1) Get an SDE from the user, but build a slightly transformed SDE using the data
2) Solve that transformed SDE using whatever discretization
3) The stuff with Girsonov's theorem etc. says how to change the parameters and resolve.

Is that right?

Moritz Schauer [1:49 PM] 
yes, add this into the overarching gibbs sampler
- parameters given full path and prior
- "slightly transformed" full path given data (plus accept/reject step with girsanov)

For now, method of moments and Monte Carlo likelihood estimations will do fine, but this may be more efficient. This is a Bayesian method so it may need to go to the other repo, but keeping it here for reference for now.

ChrisRackauckas avatar Jul 24 '17 20:07 ChrisRackauckas

@mschauer has a goldmine of papers from which we can pull from:

http://pub.math.leidenuniv.nl/~schauermr/

ChrisRackauckas avatar Jul 24 '17 21:07 ChrisRackauckas

https://www.tandfonline.com/doi/full/10.1080/17442508.2017.1381097

ChrisRackauckas avatar May 18 '18 09:05 ChrisRackauckas