Skip to content

Commit 705d9f1

Browse files
committed
docs: Fix doctest
1 parent 2329890 commit 705d9f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pointwise_loglikelihoods.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ PPL. This utility function computes ``\\log p(y_i \\mid y_{-i}, \\theta)`` terms
4646
julia> using Distributions
4747
4848
julia> dists = [
49-
MvNormal([ 0.8, -0.9], [1.3 0.7; 0.7 0.5])
50-
MvNormal([-0.9, 0.6], [2.7 -1.4; -1.4 1.5])
51-
MvNormal([-0.6, 0.4], [1.0 0.2; 0.2 0.2])
52-
];
49+
MvNormal([ 0.8, -0.9], [1.3 0.7; 0.7 0.5])
50+
MvNormal([-0.9, 0.6], [2.7 -1.4; -1.4 1.5])
51+
MvNormal([-0.6, 0.4], [1.0 0.2; 0.2 0.2])
52+
];
5353
5454
julia> y = [2.9, 0.4];
5555

0 commit comments

Comments
 (0)