blob: 4f66e826aa7de10415078bdc03a92c08b9420c87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.TH AGAUSS 3M
.SH NAME
agauss
.SH DESCRIPTION
function agauss.f
source
Bevington, page 48.
purpose
evaluate integral of Gaussian probability function
usage
result = agauss (x, averag, sigma)
description of parameters
x - limit for integral
averag - mean of distribution
sigma - standard deviation of distribution
integration range is averag +/- z*sigma
where z = abs(x-averag)/sigma
subroutines and function subprograms required
none
|