DOKK / manpages / debian 12 / psignifit / psignifit.1.en
PSIGNIFIT(1) PSIGNIFIT(1)

Psignifit - A program for fitting and testing hypotheses about psychometric functions.

Psignifit allows fitting of psychometric functions to datasets while maintaining full control over a large number of parameters. Data can either be read from text files or passed through a pipe.
Psignifit performs the calculation of confidence intervals as well as goodness-of-fit tests. Psignifit accepts input in a number of different ways:

psignifit <data> <preferences>
psignifit (...)
(enter data and preferences from the console and then send an EOF character - Ctrl-D in most UNIX shells)
psignifit <data> <preferences> -
cat <data + preferences> | psignifit
echo "#random_seed 12345" | cat <preferences> | psignifit <data> -

For more documentation see the files in the /usr/share/doc/psignifit directory or visit http://bootstrap-software.org/psignifit/

An example dataset and fitting preferences can be found in /usr/share/doc/psignifit/examples

A regression test for psignifit can be found in /usr/share/doc/psignifit/tests

Psignifit was written by Jeremy Hill.

This manual page was written by Michael Hanke <michael.hanke@gmail.com>, for the Debian project (but may be used by others).

August 26, 2005 Michael Hanke