ó
áp7]c           @   s
   d  Z  d S(   s‘  temporary location for enhancements to scipy.stats

includes
^^^^^^^^

* Per Brodtkorb's estimation enhancements to scipy.stats.distributions
  - distributions_per.py is copy of scipy.stats.distributions.py with changes
  - distributions_profile.py partially extracted classes and functions to
    separate code into more managable pieces
* josef's extra distribution and helper functions
  - moment helpers
  - goodness of fit test
  - fitting distributions with some fixed parameters
  - find best distribution that fits data: working script
* example and test folders to keep all together

status
^^^^^^

mixed status : from not-working to well-tested


N(   t   __doc__(    (    (    sA   lib/python2.7/site-packages/statsmodels/sandbox/stats/__init__.pyt   <module>   t    