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 6c8d2e4 commit e20632bCopy full SHA for e20632b
src/inference.jl
@@ -58,7 +58,7 @@ end
58
gbp.graph.weightDirect[variable] -= gbp.system.jacobianTranspose[variable, factor]^2 / gbp.system.variance[factor]
59
60
gbp.graph.meanDirect[variable] += mean * gbp.system.jacobianTranspose[variable, factor] / variance
61
- gbp.graph.weightDirect[variable] += gbp.system.jacobianTranspose[variable, factor]^2 / dvariance
+ gbp.graph.weightDirect[variable] += gbp.system.jacobianTranspose[variable, factor]^2 / variance
62
else
63
k = gbp.graph.dynamic[factor]
64
@inbounds for i in gbp.graph.rowptr[k]
0 commit comments