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 5a7f283 commit fe40011Copy full SHA for fe40011
src/modeling_library/distributions/dirichlet.jl
@@ -1,7 +1,7 @@
1
struct Dirichlet <: Distribution{Vector{Float64}} end
2
3
"""
4
- Dirichlet(alpha::Vector{Float64})
+ dirichlet(alpha::Vector{Float64})
5
6
Sample a simplex Vector{Float64} from a Dirichlet distribution.
7
0 commit comments