JuliaStats / Distributions.jl

A Julia package for probability distributions and associated functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in xval in gumbel

ajshephard opened this issue · 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