Unnecessary double call to counts
for association(::JointProbabilities{<:MIShannon}, x, y)
#386
Labels
counts
for association(::JointProbabilities{<:MIShannon}, x, y)
#386
In the file
methods/information/definitions/mutual_informations/MIShannon.jl
:The
cts = counts(est.discretization, x, y)
line is completely unnecessary. The counts are automatically computed when callingprobabilities
on the line below. This extra line essentially doubles computation time.The text was updated successfully, but these errors were encountered: