Welch's t-test: Difference between revisions

Content added Content deleted
Line 232: Line 232:
=== Using SLATEC ===
=== Using SLATEC ===


With Absoft Pro Fortran, compile with <code>af90 pvalue_slatec.f90 %SLATEC_LINK%</code>.
With Absoft Pro Fortran, compile with <code>af90 pvalue.f90 %SLATEC_LINK%</code>.


<lang fortran>subroutine welch_ttest(n1, x1, n2, x2, t, df, p)
<lang fortran>subroutine welch_ttest(n1, x1, n2, x2, t, df, p)