We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c5571 commit 5a7f283Copy full SHA for 5a7f283
src/modeling_library/distributions/dirichlet.jl
@@ -1,4 +1,4 @@
1
-struct Dirichlet <: Distribution{Float64} end
+struct Dirichlet <: Distribution{Vector{Float64}} end
2
3
"""
4
Dirichlet(alpha::Vector{Float64})
0 commit comments