Module:Infobox ET: Difference between revisions

R-4981 (talk | contribs)
No edit summary
R-4981 (talk | contribs)
No edit summary
Line 229: Line 229:
})
})
table.insert(infobox_data, {
table.insert(infobox_data, {
"Median of [[Harmonic entropy]]",
"Median of Harmonic entropy",
"~" .. utils._round(harmonic_entropy_median, 6) .. " nats"
"~" .. utils._round(harmonic_entropy_median, 6) .. " nats"
})
})
table.insert(infobox_data, {
table.insert(infobox_data, {
"Min of [[Harmonic entropy]]",
"Min of Harmonic entropy",
"~" .. utils._round(harmonic_entropy_min, 6) .. " nats"
"~" .. utils._round(harmonic_entropy_min, 6) .. " nats"
})
})


if et.size <= 72 then
if et.size <= 72 and et.size > 5 then
local delta_harmonic_entropy = 0
local delta_harmonic_entropy = 0
local l = 0
local l = 0