CUMULATIVESIGMA(1) CUMULATIVESIGMA(1) NAME cumulativesigma - compute the cumulative of the normal distribution SYNOPSIS cumulativesigma -s sigma [-v] DESCRIPTION Cumulativesigma is for computing the cumulative of the normal distribu- tion. The sigma is the only command line argument, and the value of the cumulative of the normal distribution for that sigma is printed to std- out. OPTIONS -s sigma The value to compute, (-5 to +4.99...) -v Print the version and copyright banner of the program. WARNINGS There is little or no provision for handling numerical exceptions. SEE ALSO sigma(1) DIAGNOSTICS Error messages for incompatible arguments, failure to allocate memory, inaccessible files, and opening and closing files. AUTHORS ---------------------------------------------------------------------- A license is hereby granted to reproduce this software source code and to create executable versions from this source code for personal, non-commercial use. The copyright notice included with the software must be maintained in all copies produced. THIS PROGRAM IS PROVIDED "AS IS". THE AUTHOR PROVIDES NO WARRANTIES WHATSOEVER, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY, TITLE, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE AUTHOR DOES NOT WARRANT THAT USE OF THIS PROGRAM DOES NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD PARTY IN ANY COUNTRY. Copyright (c) 1994-2007, John Conover, All Rights Reserved. Comments and/or bug reports should be addressed to: john@email.johncon.com (John Conover) ---------------------------------------------------------------------- January 17, 2007 CUMULATIVESIGMA(1)