ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU Affero General Public License v3.0
23 stars 23 forks source link

Feature request: statistics module #114

Open trondarild opened 5 years ago

trondarild commented 5 years ago

Implement module(s) to handle statistical sampling, statistical tests, computation of linear regression, mean and variance, as well as webui components to display this information. Useful displays are scatter plot, box plot, curve regression with std dev.

The objective is to provide enough basic statistical functionality to avoid having to use dedicated statistical software like R to compute summary statistics and to plot information from experiments.

ikaros-project commented 1 month ago

Functions to do this are added to ikaros 3 and will eventually end up in a statistics module together with suitable widgets.