Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
REAL | blPearson (REAL *x, REAL *y, int NItem) |
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
Definition in file pearson.c.
[in] | *x | Array of x items |
[in] | *y | Array of y items |
[in] | NItem | Number of items |
Calculates the Pearson correlation coefficient This version makes 2 passes through the data