Location.scale.t | R Documentation |
Location-scale t distribution functions
dt_ls(x, df, mu, sigma) pt_ls(x, df, mu, sigma) qt_ls(prob, df, mu, sigma) rt_ls(n, df, mu, sigma)
x |
likelihood function evaluates at point x |
df |
degrees of freedom |
mu |
mean |
sigma |
scale parameter |
prob |
cumulative probability |
n |
sample size |
Returns density values, cumulative probabilities, quantiles and random samples from a Location-scale t distribution.
Greg Cicconetti
{ dt_ls(0, 100, 0, 1) pt_ls(0, 100, 0, 1) qt_ls(0.5, 100, 0, 1) rt_ls(100, 100, 0, 1) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.