Skip to content

Commit fe40011

Browse files
authored
docstring
1 parent 5a7f283 commit fe40011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modeling_library/distributions/dirichlet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
struct Dirichlet <: Distribution{Vector{Float64}} end
22

33
"""
4-
Dirichlet(alpha::Vector{Float64})
4+
dirichlet(alpha::Vector{Float64})
55
66
Sample a simplex Vector{Float64} from a Dirichlet distribution.
77
"""

0 commit comments

Comments
 (0)