Log Student's t distribution
Density, distribution, and quantile function for the log t distribution, whose logarithm has degrees of freedom df
, mean location
, and standard deviation scale
.
dlogt(x, df, location = 0, scale = 1) plogt(q, df, location = 0, scale = 1) qlogt(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 probabilitiesdlogt()
gives the density, plogt()
gives the distribution function, qlogt()
gives the quantile function.
If , then has a log t distribution with location
, scale
, and df
.
The mean and all higher moments of the log t distribution are undefined or infinite.
If df = 1
then the distribution is a log Cauchy distribution. As df
tends to infinity, this approaches a log Normal distribution.
Useful links