We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f980a commit e53b6eeCopy full SHA for e53b6ee
1 file changed
src/dic.jl
@@ -5,7 +5,7 @@
5
Computes Deviance Information Criterion (DIC).
6
7
# Arguments
8
-* `log_lik::AbstractArray`: Array of size n x m containing n posterior samples of the log likelihood terms p(y_i|\theta^s).
+* `log_lik::AbstractArray`: A vector of posterior log likelihoods
9
10
# Returns
11
* `dic::Real`: DIC value
0 commit comments