probet | R Documentation |
(a,b)
by the Beta cdf
This function computes the coverage of the interval (a,b)
by the Beta
\mathrm{B}(\alpha,\alpha (1-c)/c)
distribution.
probet(a, b, c, alpha)
a |
lower bound of the prior 95%~confidence interval |
b |
upper bound of the prior 95%~confidence interval |
c |
mean parameter of the prior distribution |
alpha |
scale parameter of the prior distribution |
numerical value between 0 and 1 corresponding to the coverage
solbeta
probet(.1,.5,.3,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.