Distributions.jl
Distributions.jl copied to clipboard
Error in xval in gumbel
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