sd(3f) - [M_datapac:STATISTICS] compute the standard deviation of a vector of observations
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE SD(X,N,Iwrite,Xsd)
sd(3f) computes the sample standard deviation (with denominator n-1) of the data in the input vector x.the sample standard deviation = sqrt((the sum of the squared deviations about the sample mean)/(n-1)).
X description of parameter Y description of parameter
Sample program:
program demo_sd use M_datapac, only : sd implicit none ! call sd(x,y) end program demo_sdResults:
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, page 44. o Dixon and Massey, Introduction to Statistical Analysis, Edition 2, 1957, pages 19, 76.
Nemo Release 3.1 | sd (3) | February 23, 2025 |