Manual Reference Pages  - range (3m_datapac)

NAME

range(3f) - [M_datapac:STATISTICS] compute the sample range

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE RANGE(X,N,Iwrite,Xrange)

DESCRIPTION

RANGE(3f) computes the sample range of the data in the input vector X. the sample range = sample max - sample min.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_range
   use M_datapac, only : range
   implicit none
   ! call range(x,y)
   end program demo_range

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, page 338.
o David, Order Statistics, 1970, page 10-11.
o Snedecor and Cochran, Statistical Methods, Edition 6, 1967, page 39.
o Dixon and Massey, Introduction to Statistical Analysis, Edition 2, 1957, page 21.


Nemo Release 3.1 range (3m_datapac) July 20, 2023
Generated by manServer 1.08 from ad5b2288-5aab-4529-996d-3bae0a77d20c using man macros.