Expand description
A program that applies tests to byte sequences stored in files or streams
Structs§
- ChiSquare
Calculation - Computes the Chi Square probability of a random dataset this extreme.
- Mean
Calculation - Computes the Mean Entropy test
- Monte
Carlo Calculation - See https://www.geeksforgeeks.org/estimating-value-pi-using-monte-carlo
- Serial
Correlation Coefficient Calculation - Computes the serial correlation coefficient. In the event of input all 0s, reporst 1.0
- Shannon
Calculation - Computes the Shannon Entropy test
Traits§
- DynEntropy
Tester - An entropy test
- Entropy
Tester - An entropy test