dstlogis: Density of Standardized Logistic Distribution.

View source: R/smoothSurvReg.R

standardized logisticR 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))

smoothSurv documentation built on June 22, 2024, 11:11 a.m.