Interpolations.jl icon indicating copy to clipboard operation
Interpolations.jl copied to clipboard

Feature request: Extrapolation using a function

Open jishnub opened this issue 3 years ago • 1 comments

Currently extrapolation offers boundary conditions such as Line() that are not ideally suited to working with noisy data. It might be preferable to compute the extrapolation using a fit to data points near the boundary. Would it be possible to have the extrapolation accept such functions at each boundary?

jishnub avatar Sep 18 '20 09:09 jishnub

Could you propose what these functions may look like?

mkitti avatar Sep 30 '20 03:09 mkitti