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

SDE-specific estimation methods #41

Open
ChrisRackauckas opened this issue Jul 24, 2017 · 2 comments
Open

SDE-specific estimation methods #41

ChrisRackauckas opened this issue Jul 24, 2017 · 2 comments

Comments

@ChrisRackauckas
Copy link
Member

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
Copy link
Member Author

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

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

@ChrisRackauckas
Copy link
Member Author

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

1 participant