Intelligent User Interfaces Flashcards

(20 cards)

1
Q

What is the main goal of data analysis in user studies?

A

Method for evaluating together facts and figures for solving a research problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the data acquisition process?

A

Identify concepts to measure, plan how to measure them (surveys, logs, questionnaires, interviews, observation), ask several questions per concept, and use measurement scales.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the main scales of measurement?

A

Nominal (categories, no order), Ordinal (categories with order), Numerical (quantitative values).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give examples of usability metrics in user studies.

A

Time to accomplish a task, number of errors, System Usability Scale (SUS) scores, pages visited.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the System Usability Scale (SUS)?

A

A standardized questionnaire with 10 items rated from 1 (strongly disagree) to 5 (strongly agree) to assess system usability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is data cleaning?

A

Removing duplicates, errors, missing values, detecting outliers, and normalizing data to ensure reliable analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two main types of statistical data analysis?

A

Descriptive (summarizes data, e.g., mean, standard deviation) and inferential (draws conclusions beyond the data, e.g., correlation, regression, t-tests, ANOVA).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is regression analysis?

A

Predicts the value of a dependent variable based on the value of an independent variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Pearson correlation coefficient?

A

A measure of linear correlation between two variables, ranging from -1 (perfect negative) to +1 (perfect positive), with 0 meaning no linear relationship.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Spearman rank correlation coefficient?

A

A non-parametric measure of rank correlation, assessing how well the relationship between two variables can be described by a monotonic function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is statistical hypothesis testing?

A

A process to decide if observed findings are likely due to chance, involving stating null and alternative hypotheses, setting significance level (α), collecting data, calculating test statistics, and drawing conclusions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a t-test?

A

A statistical test for comparing means, used for small samples when population standard deviation is unknown; includes one-sample, two-sample (paired/unpaired) tests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is ANOVA (Analysis of Variance)?

A

A statistical test for comparing means across more than two groups, using the F-distribution to assess significance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the Chi-square test?

A

A non-parametric test for categorical data, comparing observed frequencies to expected ones to test independence between variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the Wilcoxon signed-rank test?

A

A non-parametric alternative to the paired t-test, used when data is not normally distributed, comparing the ranks of differences between paired samples.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Mann-Whitney U test?

A

A non-parametric test for comparing two independent groups, based on the ranks of the data rather than their actual values.

17
Q

Why is data cleaning important before analysis?

A

Because errors, outliers, and missing values can distort results and lead to incorrect conclusions.

18
Q

What is statistical significance?

A

When the probability that observed findings are due to chance is very low, typically less than the chosen α level (e.g., 0.05).

19
Q

What is the role of critical values in hypothesis testing?

A

Critical values define the threshold for rejecting the null hypothesis based on the chosen significance level and degrees of freedom.

20
Q

What is the importance of reporting conclusions in user studies?

A

To interpret results in context, discuss methodology, significance, recommendations, and limitations of the analysis.