Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/statsmodels/sandbox/stats/__init__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1'''temporary location for enhancements to scipy.stats
3includes
4^^^^^^^^
6* Per Brodtkorb's estimation enhancements to scipy.stats.distributions
7 - distributions_per.py is copy of scipy.stats.distributions.py with changes
8 - distributions_profile.py partially extracted classes and functions to
9 separate code into more managable pieces
10* josef's extra distribution and helper functions
11 - moment helpers
12 - goodness of fit test
13 - fitting distributions with some fixed parameters
14 - find best distribution that fits data: working script
15* example and test folders to keep all together
17status
18^^^^^^
20mixed status : from not-working to well-tested
23'''