openghg / openghg_inversions

University of Bristol Atmospheric Chemistry Research Group RHIME Inversion code (with openghg dependency)
MIT License
5 stars 0 forks source link

Iss107 lognormal mean stdev #109

Closed brendan-m-murphy closed 2 months ago

brendan-m-murphy commented 2 months ago

If stdev and optionally mean are passed as log normal parameters then they will be converted to values of mu and sigma that give that mean and stdev.

Additionally, the log normal can be reparameterised in terms of a normal random variable if reparameterise_log_normal = True is passed in the ini file.

This closes Issue #107