Skip to content
Snippets Groups Projects
Commit a50ccbd2 authored by Thomas Turner's avatar Thomas Turner Committed by Michael Niedermayer
Browse files

avutil/tests/lfg.c: added proper normality test

The Chen-Shapiro(CS) test was used to test normality for
Lagged Fibonacci PRNG.

Normality Hypothesis Test:

The null hypothesis formally tests if the population
the sample represents is normally-distributed. For
CS, when the normality hypothesis is True, the
distribution of QH will have a mean close to 1.

Information on CS can be found here:

http://www.stata-journal.com/sjpdf.html?articlenum=st0264
http://www.originlab.com/doc/Origin-Help/NormalityTest-Algorithm



Signed-off-by: default avatarThomas Turner <thomastdt@googlemail.com>
Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 61926b6c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment