dkmap | R Documentation |
Q_{k+1}
to Q_k
for a beta-Wishart Distribution, but without n
on the diagonalThis function computes the matrix that maps Q_{k+1}
to Q_k
when W \sim W_m^{\beta}(n, \Sigma)
.
dkmap(k, alpha = 2)
k |
The order of the mapping matrix |
alpha |
The type of beta-Wishart distribution (
|
A matrix that maps Q_{k+1}
to Q_k
, but without n
on the diagonal.
# Example 1: Compute the mapping matrix for k = 2, real Wishart
dkmap(2)
# Example 2: Compute the mapping matrix for k = 1, complex Wishart
dkmap(1, 1)
# Example 3: Compute the mapping matrix for k = 2, quaternion Wishart
dkmap(2, 1/2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.