spectre-team / spectre

This project provides an Spectre's implementation of Data Mining Group's algorithms for processing mass spectrometry imaging (MSI) datasets.
https://spectre-team.github.io/
Apache License 2.0
2 stars 1 forks source link

Cohen's D effect size #157

Closed gmrukwa closed 6 years ago

gmrukwa commented 6 years ago

Before proceeding with this pull request, make sure #156 is already closed and merged, to see only limited subset of changes. Otherwise you will see a lot of stuff unrelated to current changeset.

I've introduced few new exceptions. Some of them are general ones and placed in libException. In order to implement Cohen's D effect size, variance for two samples needs to be computed - it's implemented here as well.

gmrukwa commented 6 years ago

Add Cohen's D effect size feature strength measure