Christian Chapman-Bird
Christian Chapman-Bird
A common feature in ODE solvers that feature event handling (e.g. scipy, DifferentialEquations.jl) is a root finding step that ensures the final step of the integration is placed on (or...
I'm interpolating a 3-dimensional regular surface with `scale(interpolate(Espldata, BSpline(Cubic()))` where is either `Line(OnGrid())` or `Free(OnGrid())`. I am confused by the below result, which is a 1D slice through the grid...
I am not certain, but the [boundary conditions ](https://github.com/JuliaMath/Interpolations.jl/blob/c7e2d45afbc0888a6b592d3a42bed4e463f82a03/src/b-splines/cubic.jl#L237-L247) for `Cubic{Free}` appear to be copy-pasted versions of the `Cubic{Periodic}` boundary conditions. They should probably be of similar form to the...
**Is your feature request related to a problem? Please describe.** While it is useful to track how the maximum/minimum likelihood are changing with time during a run, large scale differences...