EXAMINE: Implement the Shapiro-Wilk Test.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 May 2019 06:20:09 +0000 (08:20 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 May 2019 07:23:09 +0000 (09:23 +0200)
commit0b7e8882ce9bf2166c6bcc0db1334357ba5a76d4
tree9f9447b01e616c1255050112308f857261a28856
parentb6bbb92263a71bd626583a30de65c7f75d2f448c
EXAMINE: Implement the Shapiro-Wilk Test.

Closes bug #42511
NEWS
doc/statistics.texi
src/language/stats/examine.c
src/math/automake.mk
src/math/shapiro-wilk.c [new file with mode: 0644]
src/math/shapiro-wilk.h [new file with mode: 0644]
tests/language/stats/examine.at