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.

expected_sufficient_statistics(mu, sigma)

Compute expected sufficient statistics from the mean and std.

parameters(xis)

Get parameters from the expected sufficient statistics.

sufficient_statistics(x)

Sufficient statistics for the univariate normal.