randLogistic

Syntax

randLogistic(mean, s, count)

Arguments

mean is the mean of a logistic distribution.

s is the scale parameter of a logistic distribution.

count is the number of random values to be generated.

Details

Return a vector of random values with logistic distribution.

Examples

$ randLogistic(2.31, 0.671, 2);
[2.465462, 2.577171]