Density, distribution, and quantile function for the generalised t
distribution with degrees of freedom df
, shifted by location
and scaled
by scale
.
Usage
dgent(x, df, location = 0, scale = 1)
pgent(q, df, location = 0, scale = 1)
qgent(p, df, location = 0, scale = 1)