blob: 832c6640366429c246488245a623cddefe142382 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.TH PCORRE 3M
.SH NAME
pcorre
.SH DESCRIPTION
function pcorre.f
source
Bevington, pages 124-125.
purpose
evaluate probability of no correlation between 2 variables
usage
result = pcorre (r, npts)
description of parameters
r - linear correlation coefficient
npts - number of data points
subroutines and function subprograms required
gamma (x)
calculates gamma function for integers and 1/2-integers
|