-
Notifications
You must be signed in to change notification settings - Fork 0
Statistical Analysis
Statistical analysis helps us discover and interpret the information data is giving away. Through statistical estimators such as mean, variance... and through thorough analysis such as ANOVA or ANCOVA, we can find out about relevant details in the data (whether there were serious measurement errors, whether some subset of the measurements present strange tendencies or even how change in a certain feature will affect another one).
At the moment, we only offer Mean-Variance analysis over a given dataset. This analysis does not only give the means and variances of each feature for every observation, but also indicates maximum values, minimum values and modes. That said, we are currently at work with Multivariate Analysis Of Variance (MANOVA), with special focus on two-way MANOVA.