nnmt.network_properties._sigma_underlying_gaussian

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

Computes the std 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

Standard deviation of underlying Gaussian.