Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

psignifit(1) [debian man page]

PSIGNIFIT(1)															      PSIGNIFIT(1)

NAME
Psignifit - A program for fitting and testing hypotheses about psychometric functions. DESCRIPTION
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 dif- ferent ways: From named text files: psignifit <data> <preferences> Entirely from the console: psignifit (...) (enter data and preferences from the console and then send an EOF character - Ctrl-D in most UNIX shells) Partly from named text files, partly from the console: psignifit <data> <preferences> - Through a pipe: cat <data + preferences> | psignifit Or via a mixture of piped input on stdin and files named on the command line: 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/ EXAMPLES
An example dataset and fitting preferences can be found in /usr/share/doc/psignifit/examples TEST
A regression test for psignifit can be found in /usr/share/doc/psignifit/tests AUTHOR
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). Michael Hanke August 26, 2005 PSIGNIFIT(1)

Check Out this Related Man Page

gnome-network-preferences(1)					   User Commands				      gnome-network-preferences(1)

NAME
gnome-network-preferences - configure GNOME network proxy SYNOPSIS
gnome-network-preferences [gnome-std-options] DESCRIPTION
The GNOME network proxy preference tool enables you to configure how your system connects to networks. You can configure the desktop to connect to a proxy server, and specify the details of the proxy server. A proxy server is a server that intercepts requests to another server, and fulfills the request itself, if it can. You can enter the Domain Name Service (DNS) name or the Internet Protocol (IP) address of the proxy server. OPTIONS
The following options are supported: gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5). EXAMPLES
Example 1: Launching the gnome-network-preferences tool example% gnome-network-preferences EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-network-preferences Executable for gnome-network-preferences ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-desktop-prefs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Preference Tools Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-control-center(1) attributes(5), gnome-std-options(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 gnome-network-preferences(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Bluefish: where are the preferences saved?

I have just tried out Bluefish as an alternative to my regular text editor. If I save the modified preferences and reboot, the preferences have to be reentered again. Does anyone know which file the preferences are saved in? The command find / -mmin -5 | grep bluefish yields zero hits. Thanks... (2 Replies)
Discussion started by: figaro
2 Replies

2. Post Here to Contact Site Administrators and Moderators

Site features Disabled

I have a PC I often use to visit this site and for some reason the buttons (such as code tags) do not work for me using this machine.I am using IE and I have been through the preferences but can find no options that seem to be responsible for disabling these buttons.I have tried manually inpputing... (4 Replies)
Discussion started by: steadyonabix
4 Replies

3. Shell Programming and Scripting

editing line in text file adding number to value in file

I have a text file that has data like: Data "12345#22" Fred ID 12345 Age 45 Wilma Dino Data "123#22" Tarzan ID 123 Age 33 Jane I need to figure out a way of adding 1,000,000 to the specific lines (always same format) in the file, so it becomes: Data "1012345#22" Fred ID... (16 Replies)
Discussion started by: say170
16 Replies

4. UNIX for Dummies Questions & Answers

Unexplained text in data files

Has anyone ever encountered text from other files suddenly appearing in another data file that is not being used. There does not seem to be any reason for it, any thoughts would be useful. Thanks (14 Replies)
Discussion started by: SRoberts
14 Replies

5. UNIX for Dummies Questions & Answers

Here doc question

This is a very simple question. So I have: # cat << 'EOF' > /usr/share/servers/test man EOF From the command line I want to put "man" into a /usr/share/servers/test. I have file "test" in directory /usr/share/servers/. However when I run that it come back with # cat << 'EOF' >... (2 Replies)
Discussion started by: scj2012
2 Replies