standardized logistic {smoothSurv} | R Documentation |
Density function of the logistic distribution with zero mean and unit variance.
dstlogis(x)
x |
Vector of quantiles. |
dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)
The value of the density.
Arnošt Komárek arnost.komarek[AT]mff.cuni.cz
dlogis
for the logistic distribution.
dstlogis(0) dstlogis(seq(-3, 3, 0.2))