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

A Generalized Smoothing Approach for Parameter Estimation of Differential Equations

Open Ayush-iitkgp opened this issue 8 years ago • 3 comments

This paper suggest an approach which is based on a modification of data smoothing methods. This result in the interval estimates for the parameters given the noisy data.

This is probably the last Optimization technique I would be implementing before moving to Bayesian such as Turing.jl and Stan.jl.

@ChrisRackauckas @finmod have you ever been through this paper?

Ayush-iitkgp avatar Jul 23 '17 14:07 Ayush-iitkgp

No, but I just read it and I'm not sure what this gives you over the two-stage method with regularization. The full implicitness is either expensive, or it assumes local linearity on the parameters to use the implicit function theorem which may not be a very good assumption.

You don't need to worry about the Turing.jl right now since they are building a prototype: just wait a little bit and see what arrives and contribute to that.

The Stan.jl thing will be really important for making benchmarking and correctness-testing easier though. And it shouldn't be too difficult. I would recommending knocking that out first for biggest impact.

ChrisRackauckas avatar Jul 23 '17 16:07 ChrisRackauckas

You want me to drop this? I am in the initial phase of reading and understanding the research paper. We can actually do it for the sake of completeness(plus it gives interval estimations) if it won't be too much effort. What do you say?

Ayush-iitkgp avatar Jul 23 '17 16:07 Ayush-iitkgp

I just think the Stan.jl thing is more important, and the optimization using likelihoods + regularization. We can come back to this if there's time. These kinds of smoothing approaches require that you have a lot of data, which isn't necessarily true in most cases, and in those cases two-stage + regularization should do very well anyways. So I'm not sure it's different enough to get priority.

ChrisRackauckas avatar Jul 23 '17 16:07 ChrisRackauckas