Description Usage Arguments Value Author(s) See Also
Simulates N observations from a mixture of t distributions.
1 | rt.mixture(N, pi, mu, s, df, round=FALSE)
|
N |
Number of realizations (integer scalar, positive) |
pi |
Mixture proportions (numeric vector of length K > 0; sum(pi) = 1, entries non-negative!) |
mu |
Component medians (numeric vector of length K) |
s |
compnent sigma's (numeric vector length K; entries positive) |
df |
Also called nu; component degrees of freedom (numeric vector of length K; entries positive) |
round |
Should number be rounded (boolean scalar) |
y |
N accordingly distributed realizations (numeric vector of length N) |
Lisa Allmesberger Fabian Bergs Stefan Immler Michael Kässmann
qt.mixture, dt.mixture, pt.mixture
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.