Description Usage Arguments Value
Generates data from a mixture of multivariate normal distributions.
1 2 3 4 5 |
n |
The number of samples to draw. |
mean |
A matrix corresponding to the means of each cluster. |
sigma |
An array with the covariance matrices of each cluster. |
num_clusters |
The number of clusters in the mixture. |
prob |
Probabilities of cluster membership. |
method |
Method used for generating from a multivariate normal distribution. |
A matrix of samples from a mixture of multivariate normal distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.