Generalised Student's t distribution (with location and scale)
Density, distribution, and quantile function for the generalised t distribution with degrees of freedom df
, shifted by location
and scaled by scale
.
dgent(x, df, location = 0, scale = 1) pgent(q, df, location = 0, scale = 1) qgent(p, df, location = 0, scale = 1)
x, q
: Vector of quantilesdf
: Degrees of freedom, greater than zerolocation
: Location parameterscale
: Scale parameter, greater than zerop
: Vector of probabilitiesdgent()
gives the density, pgent()
gives the distribution function, qgent()
gives the quantile function.
Useful links