C Library Functions  - tol (3)

NAME

tol(3f) - [M_datapac:STATISTICS] compute normal and distribution-free tolerance limits

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE TOL(X,N)

DESCRIPTION

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.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_tol
   use M_datapac, only : tol
   implicit none
   ! call tol(x,y)
   end program demo_tol

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 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) July 22, 2023
Generated by manServer 1.08 from b47fab5a-23d4-499f-bf5c-df23ee8bb93c using man macros.