spcorr(3f) - [M_datapac:STATISTICS] compute the sample Spearman rank correlation coefficient between two vectors of observations
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE SPCORR(X,Y,N,Iwrite,Spc)
spcorr(3f) computes the spearman rank correlation coefficient between the 2 sets of data in the input vectors x and y.the spearman rank correlation coefficient will be a REAL value between -1.0 and 1.0 (inclusively).
X description of parameter Y description of parameter
Sample program:
program demo_spcorr use M_datapac, only : spcorr implicit none ! call spcorr(x,y) end program demo_spcorrResults:
The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.
John Urban, 2022.05.31
CC0-1.0
o KENDALL AND STUART, THE ADVANCED THEORY OF STATISTICS, VOLUME 2, EDITION 1, 1961, pages 476-477. o SNEDECOR AND COCHRAN, STATISTICAL METHODS, EDITION 6, 1967, pages 193-195. o DIXON AND MASSEY, INTRODUCTION TO STATISTICAL ANALYSIS, EDITION 2, 1957, pages 294-295. o MOOD AND GRABLE, INTRODUCTION TO THE THEORY OF STATISTICS, EDITION 2, 1963, page 424.
Nemo Release 3.1 | spcorr (3) | February 23, 2025 |