How to improve fitting quality #406
penguinaugustus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use sindy to fit real data, but it seems that in some cases the result is not that ideal:
Is there any to improve the fitting quality?
I use polynomial library up to order 4 and MIOSR optimizer. Here m values is from real data and p-values are simulated by dp/dt = m - p; p(0) = m(0). I pass p as a known variable that does not need to fit a differential equation for. Generally, i want an ode of dm/dt = f(m,p)
Here is the minimal working example:
Thank you so much for your time and looking forward to your reply!
Beta Was this translation helpful? Give feedback.
All reactions