powered by
This function computes the process standard deviation and is used internally by the function precision.grubbs.ncb.od.
process.sd(x)
A scalar containing the method of moments estimate of the process standard deviation.
A matrix or numeric data.frame consisting of an n (no. of items) by N (no. of methods) matrix of measuremnts.
Richard A. Bilonick
The process standard deviation is the standard deviation of the true values uncontaminated by measurement error. See Jaech, p. 185.
Jaech, J. L. (1985) Statistical Analysis of Measurement Errors. New York: Wiley.
precision.grubbs.ncb.od
data(pm2.5) process.sd(pm2.5) # estimate of the sd of the "true values using the method of moments")
Run the code above in your browser using DataLab