Module:Infobox ET: Difference between revisions
No edit summary |
No edit summary |
||
| Line 227: | Line 227: | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Average of [[ | "Average of [[HE]] <br> (from [http://www.mikebattagliamusic.com/HE-JS/HE.html HE Calc])", | ||
"~" .. utils._round(harmonic_entropy_r, 6) .. " nats" | "~" .. utils._round(harmonic_entropy_r, 6) .. " nats" | ||
}) | }) | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Median of | "Median of HE", | ||
"~" .. 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 HE", | ||
"~" .. utils._round(harmonic_entropy_min, 6) .. " nats" | "~" .. utils._round(harmonic_entropy_min, 6) .. " nats" | ||
}) | }) | ||
| Line 252: | Line 252: | ||
delta_harmonic_entropy = delta_harmonic_entropy / l | delta_harmonic_entropy = delta_harmonic_entropy / l | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"[[Delta]] | "[[Delta-rational]] HE", | ||
"~" .. utils._round(delta_harmonic_entropy, 6) .. " nats" | "~" .. utils._round(delta_harmonic_entropy, 6) .. " nats" | ||
}) | }) | ||