c4Fun {qAnalyst}R Documentation

Internal function to estimate unbiasing correction constant for standard deviation

Description

c4Fun function returns the unbiasing costant used to correct sample standard deviation estimation.

Usage

c4Fun(x)

Arguments

x

Sample dimension

Details

Data are supposed to be normally distributed.

Value

a numeric value of the unbiasing constant

Note

This is an internal function

Author(s)

Giorgio Spedicato

References

Bothe (1997), Measuring Process Capability, McGraw Hill

See Also

capabilityNormal

Examples

c4Fun(c(2,3,4,5))

[Package qAnalyst version 0.6.4 Index]