Documentation
¶
Index ¶
- func AppEntropy[T constraints.Integer](bits []T, m int) float64
- func BitString(s string) []byte
- func Frequency[T constraints.Integer](bits []T, blocksize int) float64
- func LongestRunOfOnes8[T constraints.Integer](bits []T) float64
- func MonoBit[T constraints.Integer](bits []T) float64
- func RunAll[T constraints.Integer](b []T) error
- func Runs[T constraints.Integer](bits []T) float64
- func Serial[T constraints.Integer](bits []T, m int) (float64, float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppEntropy ¶
func AppEntropy[T constraints.Integer](bits []T, m int) float64
func LongestRunOfOnes8 ¶
func LongestRunOfOnes8[T constraints.Integer](bits []T) float64
2.4 Longest Run of Ones
func MonoBit ¶
func MonoBit[T constraints.Integer](bits []T) float64
func RunAll ¶
func RunAll[T constraints.Integer](b []T) error
func Runs ¶
func Runs[T constraints.Integer](bits []T) float64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.