Distributions.jl icon indicating copy to clipboard operation
Distributions.jl copied to clipboard

Error with Truncated Chernoff quantiles; missing function (newton)

Open GBarnsley opened this issue 3 months ago • 0 comments

Getting the following error from this code:

using Distributions
quantile(truncated(Chernoff(), lower = 0.1), 0.75)
ERROR: UndefVarError: `newton` not defined in `Distributions`

Seems to be due to the use of newton in this file but I'm not familiar enough with the ecosystem to suggest where newton is supposed to be from.

GBarnsley avatar Sep 26 '25 17:09 GBarnsley