C Library Functions  - scale (3)

NAME

scale(3f) - [M_datapac:STATISTICS] compute the sample range, sample standard deviation, sample relative standard deviation, and sample variance

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE SCALE(X,N)

DESCRIPTION

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.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_scale
   use M_datapac, only : scale
   implicit none
   ! call scale(x,y)
   end program demo_scale

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 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) July 22, 2023
Generated by manServer 1.08 from 2e759b01-df03-4a00-9a72-97b4f57c472a using man macros.