particles.distributions.Logistic

class Logistic(loc=0.0, scale=1.0)[source]

Logistic(loc, scale) distribution.

__init__(loc=0.0, scale=1.0)

Methods

__init__([loc, scale])

logpdf(x)

pdf(x)

ppf(u)

rvs([size])

shape(size)

Attributes

dim