LogNormal definition should be `ss.lognorm(sigma, scale=mu)` instead of `loc=mu` https://github.com/tisimst/mcerp/blob/aad0c635c296b05645784d0d2a2c0d930d43d445/mcerp/__init__.py#L959
LogNormal definition should be
ss.lognorm(sigma, scale=mu)instead ofloc=muhttps://github.com/tisimst/mcerp/blob/aad0c635c296b05645784d0d2a2c0d930d43d445/mcerp/__init__.py#L959