pyhgf.math.Normal#

class pyhgf.math.Normal[source]#

The univariate normal as an exponential family distribution.

References

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

base_measure()

Compute the base measure of the univariate normal.

parameters_from_sufficient_statistics(xis)

Compute the distribution parameters from the sufficient statistics.

sufficient_statistics_from_observations(x)

Compute the expected sufficient statistics from a single observation.

sufficient_statistics_from_parameters(mean, ...)

Compute the expected sufficient statistics from distribution parameter.