Module:Infobox ET: Difference between revisions
No edit summary |
No edit summary |
||
| Line 229: | Line 229: | ||
}) | }) | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Median of | "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 | "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 | ||