blob: 344a62b3dec159a892b29f55a660e9b535713103 (
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
|
.TH PBINOM 3M
.SH NAME
pbinom
.SH DESCRIPTION
function pbinom.f
source
Bevington, page 31.
purpose
evaluate binomial probability coefficient
usage
result = pbinom (nobs, ntotal, prob)
description of parameters
nobs - number of items observed
ntotal - total number of items
prob - probability of observing each item
subroutines and function subprograms required
factor (n)
calculates n factorial for integers
|