particles.distributions.Laplace

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

Laplace(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