Replies: 1 comment 1 reply
-
Hopefully we provide a better differentiation API soon |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am new to the SINDy and I am trying to use the smoothing functions in SINDy to deal with the noise data for parameter inference. I am currently using Kalman filter or Spline, e.g.
sfd = ps.SINDyDerivative(kind="kalman", alpha=0.1)
d_hat = sfd._differentiate(X, t)
It offers me the derivative of state data directly. I want to also get access to the smoothed_x for other use. I do found there is a
self.smoothed_x_.
in sindy_derivative.py, but I have no clue how to call it properly. Could you help me out?Thank you!
Dongwei
Beta Was this translation helpful? Give feedback.
All reactions