Skip to content

Commit 2ba8c6e

Browse files
authored
docs: Fix shape of expected array in LOO docs (#96)
1 parent bc72f89 commit 2ba8c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Compute the Pareto-smoothed importance sampling leave-one-out cross-validation (
3636
[Vehtari2017, LOOFAQ](@cite)
3737
3838
`log_likelihood` must be an array of log-likelihood values with shape
39-
`(chains, draws[, params...])`.
39+
`(draws, chains[, params...])`.
4040
4141
# Keywords
4242

0 commit comments

Comments
 (0)