math#
Source code: sensai/util/math.py
- class NormalDistribution(mean=0, std=1, unit_max=False)[source]#
Bases:
ToStringMixin
- Parameters:
mean – the mean
std – the standard deviation
unit_max – if True, scales the distribution’s pdf such that its maximum value becomes 1