standardized logistic {smoothSurv}R Documentation

Density of Standardized Logistic Distribution.

Description

Density function of the logistic distribution with zero mean and unit variance.

Usage

    dstlogis(x)

Arguments

x

Vector of quantiles.

Details

dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)

Value

The value of the density.

Author(s)

Arnošt Komárek arnost.komarek@mff.cuni.cz

See Also

dlogis for the logistic distribution.

Examples

dstlogis(0)
dstlogis(seq(-3, 3, 0.2))

[Package smoothSurv version 2.6 Index]