| p_wc | R Documentation |
Let X \sim N(\mu, \sigma^2). Consider intervals of the form
X \pm \eta |X| or X / 2 \pm \eta |X|. These intervals
define a confidence distribution of \mu. This is the
CDF of the confidence distribution of (\mu - X)/|X|
or (\mu - X/2)/|X|. Please note that \mu is random
here not X. Also note that this confidence distribution does
not exist between the 25th and 75th percentiles.
p_wc(q, center = c("X", "ave"))
q |
The quantile. Only defined for |
center |
What is the center of the interval? Either |
n=1 confidence distribution CDF.
David Gerard
d_wc()
qseq <- seq(-10, 10, length.out = 100)
pseq <- p_wc(qseq)
plot(qseq, pseq, type = "l", xlab = "q", ylab = "CDF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.