nnmt.network_properties._mu_underlying_gaussian

nnmt.network_properties._mu_underlying_gaussian(mu, sigma)[source]

Computes the mean of the underlying Gaussian of a lognormal distribution.

Parameters:
mufloat or np.array

Real mean of lognormal distribution.

sigmafloat or np.array

Real standard deviation of lognormal distribution.

Returns:
float of np.array

Mean of underlying Gaussian.