$ python feb2.py -- file stream1.txt with symbolsize 1 -- symbol count = 32768; unique symbols = 2 probability max,mean,min = 0.7504, 0.5000, 0.2496 entropy = 0.8107 per symbol , = 0.8107 per bit huffman code has max, mean, min = 1, 1.0, 1 compression factor is (huff_mean/symbolsize) = 1.0000 -- file stream1.txt with symbolsize 2 -- symbol count = 16384; unique symbols = 4 probability max,mean,min = 0.5621, 0.2500, 0.0613 entropy = 1.6214 per symbol , = 0.8107 per bit huffman code has max, mean, min = 3, 1.6871337890625, 1 compression factor is (huff_mean/symbolsize) = 0.8436 -- file stream1.txt with symbolsize 3 -- symbol count = 10922; unique symbols = 8 probability max,mean,min = 0.4247, 0.1250, 0.0158 entropy = 2.4318 per symbol , = 0.8106 per bit huffman code has max, mean, min = 5, 2.4660318622962825, 1 compression factor is (huff_mean/symbolsize) = 0.8220 -- file stream1.txt with symbolsize 4 -- symbol count = 8192; unique symbols = 16 probability max,mean,min = 0.3188, 0.0625, 0.0029 entropy = 3.2407 per symbol , = 0.8102 per bit huffman code has max, mean, min = 7, 3.2703857421875, 2 compression factor is (huff_mean/symbolsize) = 0.8176 -- file stream1.txt with symbolsize 5 -- symbol count = 6553; unique symbols = 32 probability max,mean,min = 0.2379, 0.0313, 0.0011 entropy = 4.0491 per symbol , = 0.8098 per bit huffman code has max, mean, min = 9, 4.083625820235007, 2 compression factor is (huff_mean/symbolsize) = 0.8167 -- file stream1.txt with symbolsize 6 -- symbol count = 5461; unique symbols = 63 probability max,mean,min = 0.1837, 0.0159, 0.0002 entropy = 4.8559 per symbol , = 0.8093 per bit huffman code has max, mean, min = 12, 4.893059879143014, 2 compression factor is (huff_mean/symbolsize) = 0.8155 -- file stream1.txt with symbolsize 7 -- symbol count = 4681; unique symbols = 122 probability max,mean,min = 0.1382, 0.0082, 0.0002 entropy = 5.6546 per symbol , = 0.8078 per bit huffman code has max, mean, min = 12, 5.684041871395, 3 compression factor is (huff_mean/symbolsize) = 0.8120 -- file stream1.txt with symbolsize 8 -- symbol count = 4096; unique symbols = 222 probability max,mean,min = 0.0935, 0.0045, 0.0002 entropy = 6.4299 per symbol , = 0.8037 per bit huffman code has max, mean, min = 12, 6.464111328125, 3 compression factor is (huff_mean/symbolsize) = 0.8080 -- file stream2.txt with symbolsize 1 -- symbol count = 32768; unique symbols = 2 probability max,mean,min = 0.6031, 0.5000, 0.3969 entropy = 0.9691 per symbol , = 0.9691 per bit huffman code has max, mean, min = 1, 1.0, 1 compression factor is (huff_mean/symbolsize) = 1.0000 -- file stream2.txt with symbolsize 2 -- symbol count = 16384; unique symbols = 4 probability max,mean,min = 0.3821, 0.2500, 0.0190 entropy = 1.6538 per symbol , = 0.8269 per bit huffman code has max, mean, min = 3, 1.8619384765625, 1 compression factor is (huff_mean/symbolsize) = 0.9310 -- file stream2.txt with symbolsize 3 -- symbol count = 10922; unique symbols = 8 probability max,mean,min = 0.3613, 0.1250, 0.0005 entropy = 2.3372 per symbol , = 0.7791 per bit huffman code has max, mean, min = 6, 2.437557223951657, 2 compression factor is (huff_mean/symbolsize) = 0.8125 -- file stream2.txt with symbolsize 4 -- symbol count = 8192; unique symbols = 16 probability max,mean,min = 0.2256, 0.0625, 0.0001 entropy = 3.0324 per symbol , = 0.7581 per bit huffman code has max, mean, min = 10, 3.0609130859375, 2 compression factor is (huff_mean/symbolsize) = 0.7652 -- file stream2.txt with symbolsize 5 -- symbol count = 6553; unique symbols = 28 probability max,mean,min = 0.2139, 0.0357, 0.0002 entropy = 3.7049 per symbol , = 0.7410 per bit huffman code has max, mean, min = 13, 3.7443918815809547, 2 compression factor is (huff_mean/symbolsize) = 0.7489 -- file stream2.txt with symbolsize 6 -- symbol count = 5461; unique symbols = 53 probability max,mean,min = 0.1368, 0.0189, 0.0002 entropy = 4.3876 per symbol , = 0.7313 per bit huffman code has max, mean, min = 12, 4.415491668192639, 3 compression factor is (huff_mean/symbolsize) = 0.7359 -- file stream2.txt with symbolsize 7 -- symbol count = 4681; unique symbols = 89 probability max,mean,min = 0.1303, 0.0112, 0.0002 entropy = 5.0784 per symbol , = 0.7255 per bit huffman code has max, mean, min = 12, 5.108737449262978, 3 compression factor is (huff_mean/symbolsize) = 0.7298 -- file stream2.txt with symbolsize 8 -- symbol count = 4096; unique symbols = 149 probability max,mean,min = 0.0801, 0.0067, 0.0002 entropy = 5.7566 per symbol , = 0.7196 per bit huffman code has max, mean, min = 12, 5.79638671875, 4 compression factor is (huff_mean/symbolsize) = 0.7245