relsd(3f) - [M_datapac:STATISTICS] compute the relative standard deviation of a vector of observations
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE RELSD(X,N,Iwrite,Xrelsd)
RELSD(3f) computes the sample relative standard deviation of the data in the input vector X.The sample relative standard deviation = (the sample standard deviation)/(the sample mean).
The denominator N-1 is used in computing the sample standard deviation.
The sample relative standard deviation is alternatively referred to as the sample coefficient of variation.
X description of parameter Y description of parameter
Sample program:
program demo_relsd use M_datapac, only : relsd implicit none ! call relsd(x,y) end program demo_relsdResults:
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 1, EDITION 2, 1963, pages 47, 233. o SNEDECOR AND COCHRAN, STATISTICAL METHODS, EDITION 6, 1967, pages 62-65.
Nemo Release 3.1 | relsd (3) | February 23, 2025 |