C Library Functions  - sampp (3)

NAME

sampp(3f) - [M_datapac:PERCENT_POINT] compute the sample 100P percent point (i.e., percentile)

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE SAMPP(X,N,P,Iwrite,Pp)

DESCRIPTION

SAMPP(3f) computes the sample 100p percent point (where p is between 0.0 and 1.0, exclusively) of the data in the input vector X.

the sample 100p percent point = is that point in which 100p percent of the data in the sample is below.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_sampp
   use M_datapac, only : sampp
   implicit none
   ! call sampp(x,y)
   end program demo_sampp

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, pages 236-239, 243.
o Mood and Grable, ’Introduction to the Theory of Statistics, Edition 2, 1963, pages 406-407.
o Snedecor and Cochran, Statistical Methods, Edition 6, 1967, page 125.


Nemo Release 3.1 sampp (3) July 22, 2023
Generated by manServer 1.08 from deda54a9-06a0-4441-8829-35c0d2153542 using man macros.