Frozen Discrete Laplace

../_images/frozen_discrete_laplace.gif
class golem.FrozenDiscreteLaplace

Discrete Laplace distribution.

Parameters
  • mean (float) – Mean of the distribution.

  • scale (float) – The scale of the discrete Laplace distribution, which controls its variance.

Methods

pdf

Probability density function.

cdf

Cumulative density function.