Description Usage Arguments Value Author(s) See Also
Quantile function of a mixture of t distributions
1 | qt.mixture(p, pi, mu, s, df, tol=10*.Machine$double.eps)
|
p |
Value at which the Quantile function shall be evaluated (numeric scalar within (0, 1)) |
pi |
Mixture proportions (numeric vector of length K > 0; sum(pi) = 1, entries non-negative) |
mu |
Component medians (numeric vector of lentgh K) |
s |
Component sigma's (numeric vector of lentgh K; entries positive) |
df |
Component degrees of freedom (numeric vector of lentgh K; entries positive) |
tol |
Numerical tolerance of result (numeric scalar, positive, "small") |
Q(y) |
Result |
Lisa Allmesberger Fabian Bergs Stefan Immler Michael Kässmann
pt.mixture, bisection.method, weighted.quantile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.