Description Usage Arguments Value Examples
Calculate Pr(X > Y + delta) where X and Y are independent Beta random variables using Normal approximation.
1 | beta_ineq_approx(a, b, c, d, delta = 0)
|
a |
Parameter one of beta density for X |
b |
Parameter two of beta density for X |
c |
Parameter one of beta density for Y |
d |
Parameter two of beta density for Y |
delta |
The difference we wish to assess (i.e. X - Y > delta) |
The value of the integral
1 | beta_ineq_approx(5, 5, 3, 7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.