scale(3f) - [M_datapac:STATISTICS] compute the sample range, sample standard deviation, sample relative standard deviation, and sample variance
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE SCALE(X,N)
scale(3f) computes 4 estimates of the scale (variation, scatter, dispersion) of the data in the input vector x.the 4 estimators employed are--
1. the sample range; 2. the sample standard deviation; 3. the sample relative standard deviation; and 4. the sample variance. note that n-1 (rather than n) is used in the divisor in the computation of the sample standard deviation, the sample relative standard deviation, and the sample variance.
X description of parameter Y description of parameter
Sample program:
program demo_scale use M_datapac, only : scale implicit none ! call scale(x,y) end program demo_scaleResults:
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 DIXON AND MASSEY, pages 19 AND 21 o SNEDECOR AND COCHRAN, page 62 o DIXON AND MASSEY, pages 14, 70, AND 71 o CROW, JOURNAL OF THE AMERICAN STATISTICAL ASSOCIATION, pages 357 AND 387 o KENDALL AND STUART, THE ADVANCED THEORY OF STATISTICS, VOLUME 1, EDITION 2, 1963, page 8.
Nemo Release 3.1 | scale (3) | February 23, 2025 |