Talk:Welch's t-test: Difference between revisions

Content added Content deleted
Line 849: Line 849:
:Your statement that ''existing libraries don't calculate correct numbers'' is wrong.
:Your statement that ''existing libraries don't calculate correct numbers'' is wrong.
:[[User:Eoraptor|Eoraptor]] ([[User talk:Eoraptor|talk]]) 19:31, 28 December 2017 (UTC)
:[[User:Eoraptor|Eoraptor]] ([[User talk:Eoraptor|talk]]) 19:31, 28 December 2017 (UTC)

::For the record, here is a quick Stata translation of this betain implementation.
=== Stata implementation ===
::<lang stata>mata
For the record, here is a quick Stata translation of this betain implementation.

<lang stata>mata
/*
/*
This code is distributed under the GNU LGPL license.
This code is distributed under the GNU LGPL license.
Modified 28dec2017
Modified 28dec2017
Author:
Author:
Original FORTRAN77 version by KL Majumder, GP Bhattacharjee.
Original Fortran 77 version by KL Majumder, GP Bhattacharjee.
C version by John Burkardt.
C version by John Burkardt.
Stata version by Jean-Claude Arbaut.
Stata version by Jean-Claude Arbaut.