Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 579 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 579 Bytes

kentropy

K-order entropy calculator

Usage: kentropy [options] [file1] [file2]..

Options:
--k NUM    Order of the entropy (default: 0)
--fixrange Scale entropy into [0,1] range
--help     Usage information
--version  Print version

Example 1: kentropy input.txt
Example 2: kentropy --k 4 input.dat
Example 3: kentropy input1.txt input2.txt input3.txt

Written by Andras Majdan
License: GNU General Public License Version 3
Report bugs to <majdan.andras@gmail.com>

WARNING: This program is not yet finished, contains bugs and produces invalid results.