Skip to content

v0.6

Past due by over 5 years 98% complete

The 0.6 milestone goals are:
(i) Refactor nemoa to use new features of python >= 3.6 including f-Strings etc.
(ii) Organize statistical models by their mathematical categories in modules like 'linear.py', 'bayes.py', 'markov.py' etc.
(iii) Seperate statistical models (and datasets) from statistical analysis functions to obtain small and lightweight classes.

The 0.6 milestone goals are:
(i) Refactor nemoa to use new features of python >= 3.6 including f-Strings etc.
(ii) Organize statistical models by their mathematical categories in modules like 'linear.py', 'bayes.py', 'markov.py' etc.
(iii) Seperate statistical models (and datasets) from statistical analysis functions to obtain small and lightweight classes.
(iv) Organize statistical analysis functions by their mathematical categories in modules like 'linregr.py' etc.
(v) Provide unittests for all public functions and classes in all packages and modules
(vi) Provide documentation for all public functions and classes in all packages and modules

Loading