Manual Reference Pages  - relsd (3m_datapac)

NAME

relsd(3f) - [M_datapac:STATISTICS] compute the relative standard deviation of a vector of observations

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE RELSD(X,N,Iwrite,Xrelsd)

DESCRIPTION

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.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_relsd
   use M_datapac, only : relsd
   implicit none
   ! call relsd(x,y)
   end program demo_relsd

Results:

AUTHOR

The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.

MAINTAINER

John Urban, 2022.05.31

LICENSE

CC0-1.0

REFERENCES

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 (3m_datapac) July 20, 2023
Generated by manServer 1.08 from 8e865c8b-7c96-4a0a-acf3-0e5314c13639 using man macros.