SciML / DataDrivenDiffEq.jl

Data driven modeling and automated discovery of dynamical systems for the SciML Scientific Machine Learning organization
https://docs.sciml.ai/DataDrivenDiffEq/stable/
MIT License
402 stars 56 forks source link

How to get error estimate? #450

Open aelmokadem opened 1 year ago

aelmokadem commented 1 year ago

Hi,

Just a simple question, how do we get access to error estimates for the recovered terms?

Thanks.

AlCap23 commented 1 year ago

Just the overall error is stored in the result. But you can recompute all metrics using the result as a callable struct.