View source: R/mable-multivar.r
| dmixmvbeta | R Documentation |
Density, distribution function, and
pseudorandom number generation for the multivariate Bernstein polynomial model,
mixture of multivariate beta distributions, with given mixture proportions
p = (p_0, \ldots, p_{K-1}), given degrees m = (m_1, \ldots, m_d),
and support interval.
dmixmvbeta(x, p, m, interval = NULL)
pmixmvbeta(x, p, m, interval = NULL)
rmixmvbeta(n, p, m, interval = NULL)
x |
a matrix with |
p |
a vector of |
m |
a vector of degrees, |
interval |
a vector of two endpoints or a |
n |
sample size |
dmixmvbeta() returns a linear combination f_m of d-variate beta densities
on [a, b], \beta_{mj}(x) = \prod_{i=1}^d\beta_{m_i,j_i}[(x_i-a_i)/(b_i-a_i)]/(b_i-a_i),
with coefficients p(j_1, \ldots, j_d), 0 \le j_i \le m_i, i = 1, \ldots, d, where
[a, b] = [a_1, b_1] \times \cdots \times [a_d, b_d] is a hyperrectangle, and the
coefficients are arranged in the column-major order of j = (j_1, \ldots, j_d),
p_0, \ldots, p_{K-1}, where K = \prod_{i=1}^d (m_i+1).
pmixmvbeta() returns a linear combination F_m of the distribution
functions of d-variate beta distribution.
If all p_i's are nonnegative and sum to one, then p
are the mixture proportions of the mixture multivariate beta distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.