-
Notifications
You must be signed in to change notification settings - Fork 24
Should splines be part of smoothed FD? #136
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requestedsimplificationunifying, shortening, and cleaning tasks that make the modules and user interface more cohesiveunifying, shortening, and cleaning tasks that make the modules and user interface more cohesive
Milestone
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requestedsimplificationunifying, shortening, and cleaning tasks that make the modules and user interface more cohesiveunifying, shortening, and cleaning tasks that make the modules and user interface more cohesive
Splines are piecewise functions and have derivative values at the sample points, which we can get with
spline.derivative()(points), so should we be finite differencing on top of a spline? Does this method belong in the smoothed finite difference module? Is there a benefit to doing FD instead of using the inbuilt derivative functionality?