mix2gauss_fun | R Documentation |
A density function of mixed Gaussian distributions whose density is:
\frac{0.3}{√{2 π 0.5^2}} \exp≤ft(\frac{(x+1)^2}{2 \cdot 0.5^2}\right) + \frac{0.7}{√{2 π 0.5^2}} \exp≤ft(\frac{(x-1)^2}{2 \cdot 0.5^2}\right)
.
mix2gauss_fun(x)
x |
A numeric vector for arguments of a density function. |
A numeric vector of probabilities for a given argument x
.
mix2gauss_gen()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.