Function Logistic(Location, Scale)

Logistic

The function Logistic draws a random value from a logistic distribution.

Logistic(
         Location,    ! (optional) numerical expression
         Scale        ! (optional) numerical expression
         )

Arguments

Location

A scalar numerical expression.

Scale

A scalar numerical expression \(> 0\).

Return Value

The function Logistic returns a random value drawn from a logistic distribution with mean Location and scale Scale.

See also

The Logistic distribution is discussed in full detail in Discrete Distributions of the Language Reference.