-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi there,
How much work would it be to enable piecewise linear approximations of functions that aren't supplied as expressions?
In particular, I have a 2-D scatter plot which I convert into a smooth continuous function using Loess.jl. Since the resulting loess object is made up of cubic splines, at any point the derivatives are easily computable.
When I tried putting this through pwl, I get an error because the differentiate function failed.
What needs to happen to get this working? Implement a differentiate function for the loess object?
Cheers,
Jock
Metadata
Metadata
Assignees
Labels
No labels