zbytek-team / speech-analysis

MIT License
0 stars 0 forks source link

Add statistical tests #19

Open ack2406 opened 3 weeks ago

ack2406 commented 3 weeks ago

After the tool for interpreting analysis results is created (see #18), we need to add relevant statistical tests to better understand and compare the speech frequency data across different languages. These tests will help identify significant differences between the analyzed languages and provide more insight into the results.

Tasks:

ack2406 commented 1 week ago

I think we could do:

  1. anova tests
  2. t-tests between genders? (and comparing those differences to other languages)
  3. correlation tests (maybe done in exploration notebook)
  4. output p-values of each test

I dont really know