sampp(3f) - [M_datapac:PERCENT_POINT] compute the sample 100P percent point (i.e., percentile)
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE SAMPP(X,N,P,Iwrite,Pp)
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.
X description of parameter Y description of parameter
Sample program:
program demo_sampp use M_datapac, only : sampp implicit none ! call sampp(x,y) end program demo_samppResults:
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, 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) | February 23, 2025 |