Description Usage Arguments Details References Examples
Density, distribution function, quantile function and random generation for the power Student t distribution with parameters mu, sigma, lambda and df.
1 2 3 4 5 6 7 8 9 |
x, q |
vector of quantiles. |
lambda |
shape parameter. |
mu, sigma |
location and scale parameters. |
df |
degrees of freedom (> 0, maybe non-integer). df = Inf is allowed. |
log, log.p |
logical; if TRUE, probabilities p are given as log(p). |
lower.tail |
logical; if TRUE (default), probabilities are P[X ≤ x ], otherwise, P[X > x]. |
p |
vector of probabilities. |
n |
number of observations. |
The power Student t distribution has density
f(x)=[λ/σ][f((x-μ)/σ)][F((x-μ)/σ)] ^(λ-1),
where -∞<μ<∞ is the location paramether, σ^2>0 the scale parameter and λ>0 the shape parameter.
Lemonte A. and Bazán J.L.
1 2 3 4 |
[1] 0.06366198
[1] 0.3524164
[1] -2.505528
[1] 2.9198734 2.0346696 30.1499991 5.9767464 0.7024134
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.