Description Usage Arguments Value
Generate multivariate normal training data.
1 |
d |
The data dimension |
m |
The number of training samples. |
seed |
The seed to be used. |
alphad |
The value of alpha_d in |
return_all |
A logical value. If FALSE: Only returns the data matrix x. If TRUE: Returns a list with 'x', 'mu', 'Sigma' and 'nr', where 'mu' is the mean vector used, 'Sigma' is the covariance matrix and 'nr' indicates which seed that was used. |
See the argument return_all.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.