C Library Functions - count (3)
NAME
count(3f) - [M_datapac:STATISTICS] compute the number of observations
between a minimum and a maximum value
CONTENTS
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SYNOPSIS
SUBROUTINE COUNT(X,N,Xmin,Xmax,Iwrite,Xcount)
DESCRIPTION
COUNT(3f) computes the number of observations between xmin and xmax
(inclusively) in the input vector x.
OPTIONS
|
X |
description of parameter
|
|
Y |
description of parameter
|
|
EXAMPLES
Sample program:
program demo_count
use M_datapac, only : count
implicit none
! call count(x,y)
end program demo_count
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
|
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) | June 29, 2025 |
Generated by manServer 1.08 from 54240a98-4f8b-4a6f-8a0f-2bb4580a4ba9 using man macros.