By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.70; (* of gaussint.p 2007 Mar 21}
(* begin module describe.integrate *)
(*
name
gaussint: creates a table of values representing the integral of the gaussian
distribution from a z value to infinity.
synopsis
gaussint(gout : out; output: out)
files
gout: the output of this program, gout contains a table of values
of the integral of the gaussian distribution from varying
z values to infinity.
description
This program finds the integral under the gaussian curve using Simpson's
method of numerical integration with an end correction and create a table
of many of these values.
examples
documentation
for information about this program, see:
Miller, Alan R. PASCAL PROGRAMS FOR SCIENTISTS AND ENGINEERS.
SYBEX Inc., 1981.
see also
author
Mark Christopher Shaner
bugs
there are no known bugs
technical notes
*)
(* end module describe.integrate *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}