Skip to content

Commit

Permalink
fix docstring for LowRankGaussian
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Sep 12, 2024
1 parent 4a90c5d commit c41709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/families/location_scale_low_rank.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Construct a Gaussian variational approximation with a diagonal plus low-rank cov
- `U::Matrix{T}`: Low-rank factors of the scale, where `size(U,2)` is the rank.
# Keyword Arguments
- `scale_eps`: Smallest value allowed for the diagonal of the scale. (default: `sqrt(eps(T))`).
- `scale_eps`: Smallest value allowed for the diagonal of the scale. (default: `1e-4`).
"""
function LowRankGaussian(
μ::AbstractVector{T}, D::Vector{T}, U::Matrix{T}; scale_eps::T=T(1e-4)
Expand Down

0 comments on commit c41709b

Please sign in to comment.