Description Usage Arguments Value Examples
Simulate data from m normal distributions centered at different locations with different variances.
1 | SimNormalMix(N, mu, sigma, p, seed = NULL)
|
N |
number of data points to simulate. |
mu |
vector of means. |
sigma |
vector of standard deviations. |
p |
vector of weights for each distribution. |
seed |
seed for RNG (default = NULL). |
list(x = x, label = label)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.