Logistic¤
distreqx.distributions.Logistic
¤
Logistic distribution with location loc and scale parameters.
__init__(loc: Array, scale: Array)
¤
Initializes a Logistic distribution.
Arguments:
loc: Mean of the distribution.scale: Spread of the distribution. Must be positive.