Truncated NormalΒΆ
-
class
golem.
TruncatedNormal
Truncated 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.