range(3f) - [M_datapac:STATISTICS] compute the sample range
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE RANGE(X,N,Iwrite,Xrange)
RANGE(3f) computes the sample range of the data in the input vector X. the sample range = sample max - sample min.
X description of parameter Y description of parameter
Sample program:
program demo_range use M_datapac, only : range implicit none ! call range(x,y) end program demo_rangeResults:
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, 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) | February 23, 2025 |