We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21614e5 commit 54902dcCopy full SHA for 54902dc
src/distributions/poisson.jl
@@ -20,7 +20,7 @@ function score!(score_til::Matrix{T}, y::Int, ::Type{Poisson}, param::Matrix{T},
20
end
21
22
function fisher_information!(aux::AuxiliaryLinAlg{T}, ::Type{Poisson}, param::Matrix{T}, t::Int) where T
23
- aux.fisher[1, 1] = 1/param[1]
+ aux.fisher[1, 1] = 1/param[t, 1]
24
return
25
26
0 commit comments