View source: R/BBUM_primfrac.R
BBUM_primfrac | R Documentation |
BBUM_primfrac
computes the expected fraction of density belonging to
the primary beta distribution component, from p = 0 to p = x.
BBUM_primfrac(x, lambda, a, theta, r)
x |
Vector of quantiles. |
lambda |
Vector of BBUM parameter |
a |
Vector of BBUM parameter |
theta |
Vector of BBUM parameter |
r |
Vector of BBUM parameter |
This is primarily used for plotting in BBUM_plot(option = "symm")
.
A vector of values at each value of x
.
BBUM_primfrac(x = c(0.001, 0.007, 0.19, 0.5, 0.99),
lambda = 0.65, a = 0.1, theta = 0.02, r = 0.07)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.