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

VonMises

Open yakir12 opened this issue 8 months ago • 1 comments

Hej Fredrik! It would be great if this worked with a Von Mises distribution:

julia> Particles(VonMises())
ERROR: MethodError: no method matching iterate(::VonMises{Float64})

Closest candidates are:
  iterate(::Union{LinRange, StepRangeLen})
   @ Base range.jl:880
  iterate(::Union{LinRange, StepRangeLen}, ::Integer)
   @ Base range.jl:880
  iterate(::T) where T<:Union{Base.KeySet{<:Any, <:Dict}, Base.ValueIterator{<:Dict}}
   @ Base dict.jl:698
  ...

yakir12 avatar Oct 23 '23 12:10 yakir12