[SciPy-Dev] Difference between scipy.stats.gengamma and scipy.stats.distributions.gengamma

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Jun 2 01:26:03 EDT 2010


On Wed, Jun 2, 2010 at 1:09 AM, David Goldsmith <d.l.goldsmith at gmail.com> wrote:
> Is there a difference between these two?  Same question for stats.lognorm
> and stats.distributions.lognorm?  Thanks.

No, they are the same instance of the distribution

scipy.stats.__init__   has a from distributions import *  or something like this

Josef

>
> DG
>
> --
> Mathematician: noun, someone who disavows certainty when their uncertainty
> set is non-empty, even if that set has measure zero.
>
> Hope: noun, that delusive spirit which escaped Pandora's jar and, with her
> lies, prevents mankind from committing a general suicide.  (As interpreted
> by Robert Graves)
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>



More information about the SciPy-Dev mailing list