Description Usage Arguments Examples
View source: R/kronSamp.R
Samples x ~ N(0, AxB)
1
kronSamp(A, B)
A
an m x n matrix
B
an p x q matrix
1 2 3
A = matrix(c(1,.5,.5,1), ncol=2) B = diag(2) x = kronSamp(A, B)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.