Hide keyboard shortcuts

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 

2 

3includes 

4^^^^^^^^ 

5 

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 

16 

17status 

18^^^^^^ 

19 

20mixed status : from not-working to well-tested 

21 

22 

23'''