Vectorize theoretical.cdf_from_ppf
with scipy.optimize.elementwise.bracket_root
on scipy>=1.15
#362
Labels
theoretical.cdf_from_ppf
with scipy.optimize.elementwise.bracket_root
on scipy>=1.15
#362
It's guaranteeed to find a bracket if the function is monotonic, which is (or should be) the case for quantile functions (i.e. the
ppf
argument ofcdf_from_ppf
).According to the (upcoming) release notes:
docs
SciPy 1.15.0 "final" is expected to be released on 2025-01-06.
The text was updated successfully, but these errors were encountered: