Skip to content

Commit 45820d2

Browse files
Tor FjeldeTor Fjelde
authored andcommitted
minor improvement to docstring of RAM
1 parent f784492 commit 45820d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RobustAdaptiveMetropolis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Base.@kwdef struct RobustAdaptiveMetropolis{T,A<:Union{Nothing,AbstractMatrix{T}
7878
α::T = 0.234
7979
"negative exponent of the adaptation decay rate. Default: `0.6`."
8080
γ::T = 0.6
81-
"initial lower-triangular Cholesky factor. Default: `nothing`."
81+
"initial lower-triangular Cholesky factor. If specified, should be convertible into a `LowerTriangular`. Default: `nothing`."
8282
S::A = nothing
8383
"lower bound on eigenvalues of the adapted Cholesky factor. Default: `0.0`."
8484
eigenvalue_lower_bound::T = 0.0

0 commit comments

Comments
 (0)