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

Error in xval in gumbel

Open ajshephard opened this issue 9 months ago • 0 comments

There is an error in the xval function in gumbel.

using Distributions
d = Gumbel()
Distributions.xval(d, 0.2)

gives

ERROR: UndefVarError: `x` not defined

ajshephard avatar May 20 '24 17:05 ajshephard