Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDF Interpolation in CDFEstimator #31

Open
skuschel opened this issue Nov 21, 2022 · 1 comment
Open

CDF Interpolation in CDFEstimator #31

skuschel opened this issue Nov 21, 2022 · 1 comment

Comments

@skuschel
Copy link
Owner

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
Copy link
Owner Author

skuschel commented Jan 5, 2023

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

@skuschel skuschel changed the title Change Interpolation CDF Interpolation in CDFEstimator Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant