c4 {IQCC} | R Documentation |
C4 Constant.
Description
This function is used to calculate the bias correction constant c4 for the sample standard deviation statistic.
Usage
c4(n)
Arguments
n |
The sample size. |
Details
It is used to correct the bias for small sample sizes in the sample standard deviation statistic.
Value
Return the value of c4 for a given sample size n.
Author(s)
Daniela R. Recchia, Emanuel P. Barbosa
See Also
Examples
c4(5)
[Package IQCC version 0.7 Index]