| wc_cov | R Documentation |
This assumes the random variable X is normal. Intervals are of the form center +/- width * |X|.
wc_cov(width, center = c("X", "ave"))
width |
The half-width of the interval, in units of |X|.
This needs to be at least 1 if |
center |
What is the center of the interval? Either |
We use A = 0 for calculations, but the worst case COV doesn't change if A is non-zero. So you can think of intervals of the form center +/- width * |X - A| where center is either X or (X + A)/2.
Worst case coefficient of variation \nu = |X - A|/\sigma.
David Gerard
wc_cov(width = 2, center = "X")
wc_cov(width = 2, center = "ave")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.