Description Usage Arguments Value Note References Examples
Samples the matrix variate confluent hypergometric kind one distribution.
1 2 | rmatrixCHkind1(n, nu, alpha, beta, theta = 1, Sigma = NULL, p,
checkSymmetry = TRUE)
|
n |
sample size, a positive integer |
nu |
shape parameter, a positive number; if |
alpha, beta |
shape parameters with the following constraints:
|
theta |
scale parameter, a positive number |
Sigma |
scale matrix, a symmetric positive definite matrix, or
|
p |
if |
checkSymmetry |
logical, whether to check that |
A numeric three-dimensional array; simulations are stacked along the third dimension.
For alpha = beta
, this is the matrix variate Gamma distribution
with parameters nu
, theta
, Sigma
.
Gupta & al. Properties of Matrix Variate Confluent Hypergeometric Function Distribution. Journal of Probability and Statistics vol. 2016, Article ID 2374907, 12 pages, 2016.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.