logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

entcheck - estimates the entropy of a stream

Description

entcheck  estimates the entropy of its standard input.  It uses the previous bits bits (16 by default) to
       predict the next bit, and estimates the entropy based on the level of surprise, that is to say the base-2
       logarithm of the probability of seeing the given string of bits.

       In some scenarios, such as the output of an 8-bit DAC, some bits are special: entropy then  needs  to  be
       predicted  per  bit  over  the width of the input data. The -s option sets the width of the input data in
       this case.

Name

       entcheck - estimates the entropy of a stream

Options

-N <bits>
              specifies the number of bits to use to predict the next bit.

       -s <streams>
              specifies the number of streams to use.

See Also

infnoise(8).

                                                  June 22 2018                                       ENTCHECK(1)

Synopsis

entcheck [-N <bits>] [-s <streams>]

See Also