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

How to get error estimate?

Open aelmokadem opened this issue 2 years ago • 1 comments

Hi,

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

Thanks.

aelmokadem avatar Feb 01 '23 16:02 aelmokadem

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

AlCap23 avatar Feb 10 '23 05:02 AlCap23