C Library Functions  - range (3)

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 (3) July 22, 2023
Generated by manServer 1.08 from c8bd935d-90a2-410b-b455-cf349012b6c9 using man macros.