Folded NormalΒΆ

../_images/folded_normal.gif
class golem.FoldedNormal

Folded Normal distribution.

Parameters
  • std (float) – The scale (one standard deviation) of the Normal distribution.

  • low_bound (float, optional) – Lower bound for the distribution. Default is -inf.

  • high_bound (float, optional) – Upper bound for the distribution. Default is inf.

Methods

pdf

Probability density function.

cdf

Cumulative density function.