tol(3f) - [M_datapac:STATISTICS] compute normal and distribution-free tolerance limits
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE TOL(X,N)
tol(3f) computes normal and distribution-free tolerance limits for the data in the input vector x.15 normal tolerance limits are computed; and 30 distribution-free tolerance limits are computed.
X description of parameter Y description of parameter
Sample program:
program demo_tol use M_datapac, only : tol implicit none ! call tol(x,y) end program demo_tolResults:
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 GARDINER AND HULL, TECHNOMETRICS, 1966, pages 115-122 o WILKS, ANNALS OF MATHEMATICAL STATISTICS, 1941, page 92 o MOOD AND GRABLE, pages 416-417
Nemo Release 3.1 | tol (3) | February 23, 2025 |