File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,12 +178,12 @@ julia> # A chain with 3 iterations.
178178
179179julia> pointwise_logdensities(model, chain)
180180OrderedDict{VarName, Matrix{Float64}} with 6 entries:
181- "s" => [-0.802775; -1.38222; -2.09861;;]
182- "m" => [-8.91894; -7.51551; -7.46824;;]
183- " xs[1]" => [-5.41894; -5.26551; -5.63491;;]
184- " xs[2]" => [-2.91894; -3.51551; -4.13491;;]
185- " xs[3]" => [-1.41894; -2.26551; -2.96824;;]
186- "y" => [-0.918939; -1.51551; -2.13491;;]
181+ s => [-0.802775; -1.38222; -2.09861;;]
182+ m => [-8.91894; -7.51551; -7.46824;;]
183+ xs[1] => [-5.41894; -5.26551; -5.63491;;]
184+ xs[2] => [-2.91894; -3.51551; -4.13491;;]
185+ xs[3] => [-1.41894; -2.26551; -2.96824;;]
186+ y => [-0.918939; -1.51551; -2.13491;;]
187187
188188julia> pointwise_logdensities(model, chain, String)
189189OrderedDict{String, Matrix{Float64}} with 6 entries:
You can’t perform that action at this time.
0 commit comments