Closed buntonj closed 1 year ago
Need to update this for bound purposes also. Pushing to higher priority--need to clean up the notation/code for degree of polynomial, residuals, etc.
Doing this adds estimation lag, which may be undesirable. Would have to evolve the dynamics forward in time after getting the estimate.
For numerical stability, fit and differentiate the polynomials with centered values. Fitting might already be implemented by numpy's polynomial class (check).
When using this for control, we will need to evolve the state estimate forward in time to accommodate the delay caused by this approach.