c4: C4 Constant.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/c4.R

Description

This function is used to calculate the bias correction constant c4 for the sample standard deviation statistic.

Usage

1
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

d2,d3

Examples

1
c4(5)

IQCC documentation built on May 1, 2019, 10:58 p.m.

Related to c4 in IQCC...