Skip to contents

RNG for the logistic distribution

Usage

rlogistic(n, mu = 0, sigma = 1)

Arguments

n

Number of samples.

mu

Mean, unbound

sigma

Scale, sigma > 0

Value

Random numbers from the logistic distribution.

Examples

hist(rlogistic(100, mu = 2, sigma = 2))