Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-03-08 Thread Michael Niedermayer
On Tue, Mar 07, 2017 at 04:36:15PM -0800, Thomas Turner wrote: > 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,

[FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-03-07 Thread Thomas Turner
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

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-03-07 Thread Carl Eugen Hoyos
2017-03-07 9:28 GMT+01:00 Thomas Turner : > On Mar 6, 2017 11:47 PM, "Carl Eugen Hoyos" wrote: > > 2017-03-07 6:36 GMT+01:00 Thomas Turner : >> ./configure command worked without ccache: >> >> ./configure --enable-debug=3

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-03-07 Thread Thomas Turner
On Mar 6, 2017 11:47 PM, "Carl Eugen Hoyos" wrote: 2017-03-07 6:36 GMT+01:00 Thomas Turner : > ./configure command worked without ccache: > > ./configure --enable-debug=3 --arch=x86_32 --target-os=linux > --extra-cflags=-m32 --extra-ldflags=-m32

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-03-06 Thread Carl Eugen Hoyos
2017-03-07 6:36 GMT+01:00 Thomas Turner : > ./configure command worked without ccache: > > ./configure --enable-debug=3 --arch=x86_32 --target-os=linux > --extra-cflags=-m32 --extra-ldflags=-m32 --enable-cross-compile > > but after installing the following software

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-03-06 Thread Thomas Turner
./configure command worked without ccache: ./configure --enable-debug=3 --arch=x86_32 --target-os=linux --extra-cflags=-m32 --extra-ldflags=-m32 --enable-cross-compile but after installing the following software packages w/ apt-get: apt-get install gcc-multilib g++-mult after recompiling and

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-24 Thread Michael Niedermayer
On Fri, Feb 24, 2017 at 07:13:05PM -0800, Thomas Turner wrote: [...] > ccache gcc -m32 -c -o /tmp/ffconf.2gbznSmZ.o /tmp/ffconf.72hnkFGt.c > ./configure: 884: ./configure: ccache: not found > C compiler test failed. try without ccache [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-24 Thread Michael Niedermayer
On Fri, Feb 24, 2017 at 06:43:20PM -0800, Thomas Turner wrote: > On Wed, Feb 22, 2017 at 2:16 PM, Michael Niedermayer > wrote: > > > oops forgot to reply to all, this one went only to thomas by mistake > > > > On Tue, Feb 21, 2017 at 08:12:57PM -0800, Thomas Turner

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-24 Thread Thomas Turner
On Wed, Feb 22, 2017 at 2:16 PM, Michael Niedermayer wrote: > oops forgot to reply to all, this one went only to thomas by mistake > > On Tue, Feb 21, 2017 at 08:12:57PM -0800, Thomas Turner wrote: > > > > > > On 02/17/2017 02:15 PM, Michael Niedermayer wrote: > > > On

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-22 Thread Michael Niedermayer
oops forgot to reply to all, this one went only to thomas by mistake On Tue, Feb 21, 2017 at 08:12:57PM -0800, Thomas Turner wrote: > > > On 02/17/2017 02:15 PM, Michael Niedermayer wrote: > > On Thu, Feb 16, 2017 at 08:29:38PM -0800, Thomas Turner wrote: > >> The Chen-Shapiro(CS) test was used

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-21 Thread Thomas Turner
On 02/17/2017 02:15 PM, Michael Niedermayer wrote: > On Thu, Feb 16, 2017 at 08:29:38PM -0800, Thomas Turner wrote: >> 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 >>

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-17 Thread Michael Niedermayer
On Thu, Feb 16, 2017 at 08:29:38PM -0800, Thomas Turner wrote: > 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,

[FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-16 Thread Thomas Turner
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

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-01 Thread Michael Niedermayer
On Tue, Jan 31, 2017 at 07:56:39PM -0800, Thomas Turner wrote: > 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,

[FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-01-31 Thread Thomas Turner
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