In [1]: import scipy.stats.distributions as ssd; from numpy import exp
In [2]: ssd.lognorm.mean(2, scale=exp(1))
Out[2]: np.float64(20.085536923187668)
In [3]: ssd.lognorm.mean(5.1, scale=exp(3.6))
Out[3]: np.float64(16272709.519083133)
In [4]: ssd.lognorm.cdf(2000, 5.1, scale=exp(3.6))
Out[4]: np.float64(0.7836238752525825)
--
You received this message because you are subscribed to the Google Groups "dadi-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dadi-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dadi-user/afe2f432-833f-4f77-9b38-785edcb26702n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dadi-user/1dee1cbf-9ce3-4d5f-9efb-def82914a9c9n%40googlegroups.com.