skuschel / generatorpipeline

Parallelize your data-processing pipelines with just a decorator.
GNU General Public License v3.0
2 stars 3 forks source link

CDF Interpolation in CDFEstimator #31

Open skuschel opened 1 year ago

skuschel commented 1 year ago

Probably good for cdf and pdf calculation: https://docs.scipy.org/doc/scipy/tutorial/interpolate.html#tutorial-interpolate-splxxx

Maybe also good for _adjust_heights.

skuschel commented 1 year ago

I tried the pchip interpolater and it can overshoot in the first derivative, which is not as nice as expected. Not sure if there is a better solution.

Monotonce Cubic interpolation.pdf