Anyone knows their differences? I wonder which one I should use?
Thanks.
Anyone knows their differences? I wonder which one I should use?
Thanks.
If you look at âPCHIPInterpolation.jlâ youâll see âfork fromâ SimplePCHIP, i.e. the code is the same, just updated, so I wouldnât worry about the latter, unmaintained package, it seems. I used that package at some point, and it actually works, so both should, but I ended up using SciPy, i.e. calling from Julia to Python (because I needed also extrapolation, or thought I needed, turned out I didnât in the end). Extrapolation hasnât been added, in case you need that, and if I recall the Julia package wasnât as optimized, but it was fast enough for me, not really the speed-critical part. See here:
Many thanks for sharing the information! Glad to know they are the same. I will use PCHIPInterpolation.jl then.
Why not mark it as solved by Palli then?
My apologies. I wasnât aware of the âresolvedâ function. How could I do that? Should I just click the Solution checkbox? Thanks.