You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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