This function is used to calculate the standard deviation of the sample relative range (W statistic).

d3(n)

Arguments

n

The sample size.

Value

Return the value of d3 for a given sample size n.

See also

d2,c4

Examples

d3(7)
#> [1] 0.8332053