count(3f) - [M_datapac:STATISTICS] compute the number of observations between a minimum and a maximum value
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE COUNT(X,N,Xmin,Xmax,Iwrite,Xcount)
COUNT(3f) computes the number of observations between xmin and xmax (inclusively) in the input vector x.
X description of parameter Y description of parameter
Sample program:
program demo_count use M_datapac, only : count implicit none ! call count(x,y) end program demo_countResults:
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 snedecor and cochran, statistical methods, edition 6, 1967, pages 207-213. o dixon and massey, introduction to statistical analysis, edition 2, 1957, pages 81-82, 228-231.
Nemo Release 3.1 | count (3) | February 23, 2025 |