Implement 1D Profile
class with orthogonal polynomials like Jacobi or Chebyshev
#1201
Labels
enhancement
General label for enhancement. Please also tag with "Speed", "Interface", "Functionality", etc
P2
Medium Priority, not urgent but should be on the near-term agend
For fitting data to a profile, to give an option other than spline (which can be prone to oscillations) or PowerSeriesProfile (which cannot be used past a certain degree for fitting due to numerics), an option to use an orthogonal polynomial would be useful. Jacobi is probably the easiest given we already have derivatives implemented for them (unlike Chebyshev)
The text was updated successfully, but these errors were encountered: