statistical tests

This commit is contained in:
2026-02-02 21:47:37 +01:00
parent 29df6a4bd9
commit f2c659c266
9 changed files with 1679 additions and 47 deletions

View File

@@ -16,8 +16,8 @@ def _():
from speaking_styles import SPEAKING_STYLES
return (
QualtricsSurvey,
Path,
QualtricsSurvey,
SPEAKING_STYLES,
calculate_weighted_ranking_scores,
check_progress,
@@ -49,7 +49,7 @@ def _(Path, file_browser, mo):
@app.cell
def _(QualtricsSurvey, QSF_FILE, RESULTS_FILE, mo):
def _(QSF_FILE, QualtricsSurvey, RESULTS_FILE, mo):
S = QualtricsSurvey(RESULTS_FILE, QSF_FILE)
try:
data_all = S.load_data()
@@ -285,6 +285,7 @@ def _(S, mo, v_18_8_3):
def _(S, calculate_weighted_ranking_scores, data):
top3_voices = S.get_top_3_voices(data)[0]
top3_voices_weighted = calculate_weighted_ranking_scores(top3_voices)
return top3_voices, top3_voices_weighted
@@ -383,6 +384,12 @@ def _(S, data, mo):
return (vscales,)
@app.cell
def _(vscales):
print(vscales.collect().head())
return
@app.cell
def _(pl, vscales):
# Count non-null values per row