Student's t-test


student - compute probabilities of equal means

SYNOPSIS
    student [arg...]

MOTIVATION

LICENSE CONTENTS DESCRIPTION INPUT FILE FORMAT

DIRECTIVES

COMMAND LINE OPTIONS

Command line arguments that do not begin with a dash or equal sign are input file names. An argument that begins with a dash is an option specifier, chosen from [Acdegmprstv?]. An argument that consists of an equal sign causes the program to perform some computational checks. All options are digested before any input files are processed.

Command line options
- A single dash means to read stdin as an input file.
-A Specify undecorated input files. All input files contain data only, not directives. The default action is to perform a t-test, or resampling, according to the -r option.
-cN Specify that column N contains the observations of interest.
-d No detail, print as table even when there are only 2 datasets.
-e Skip the F-test of equal variances.
-g Perform a two-tailed test. Default is to perform a directional (1-tailed) significance test.
-m Do a matched pairs test. Default is to treat the observations as independent
-pN Specify that column N has the pass/fail indicator. Default assumes that all runs succeed.
-r Use resampling instead of the t-test.
-s Show summary statistics for each dataset.
-trefName Specify LaTeX output, and the table name.
-t+refName A table name that begins with a plus sign means that HTML output will be generated.
-v Print some debugging information (usually useless).
-? Print a usage message on standard output and exit successfully.
= A single equal sign argument causes sanity check on computations to be performed. For debugging, or checking a port.

When student is invoked with no filename arguments it reads directives from standard input.

EXAMPLES

To illustrate the workings of the program, you may try student with these examples:

MESSAGES

Warn: No datasets.
Warn: Single dataset.
A t-test is senseless without at least two datasets. Check that file names you specified are correct.
Warn: None okay. All of the samples in this dataset were marked as FAILURE, so the mean resource per success is not computable.
Err: No data found. Dataset is empty. Check the file names you specified.
Err: Unmatched pairs. Datasets are of different sizes, and you requested a matched pairs test.
Err: No t-test with fail cases. You specified a pass/fail column. The standard t-test has no sensible treatment for failed runs. You should use resampling. Check the file names you specified.
Err: All data identical. The computed variance is exactly zero, meaning that all data values are identical. This is very unlikely for an interesting dataset.
Err: BETAI: x domain
Err: BETAI: a,b domain
Err: BETACF: iteration limit
Err: log Gamma domain
Err: stir
These are all internal errors that should never happen. Contact the author if you can reproduce one of them.

BUGS

INSTALLATION REFERENCES


Back to UTCS Neural Networks User's Guide
Back to UTCS Neural Networks home page

Email: mcquesten@gmail.com. Author home page: http://bulldog2.redlands.edu/fac/paul_mcquesten.
Last update: $Id: ttest.html 2656 2006-08-27 00:54:58Z paulmcq $