nnmt.network_properties._lognormal_characteristic_function

nnmt.network_properties._lognormal_characteristic_function(omega, mu, sigma)[source]

Lognormal characteristic function

Integration implementing Beaulieu [2008] Eq. (6a) & (6b).

Parameters:
omegafloat

Frequency at which characteristic function is to be computed.

mufloat

Mean of underlying Gaussian.

sigmafloat

Standard deviation of underlying Gaussian.

Returns:
complex

Characteristic function of specified lognormal distribution at omega.