W1 Flashcards

1
Q

What are histograms?

A

Histograms visualize the distribution of a dataset, providing a graphical representation of the frequency of values within certain ranges.
Increasing the number of bins in the histogram enhances resolution, allowing for a more detailed view of the data distribution.

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

What does kurtosis mean?

A

Kurtosis refers to the peakedness or flatness of the distribution curve in a histogram.
High kurtosis indicates a high peak with more extreme values, while low kurtosis indicates a wider distribution.

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

Define dataset?

A

A dataset is a collection of data acquired for a specific purpose, which may relate to multiple experiments or hypotheses.
Each dataset typically consists of multiple variables, each representing different attributes being measured.

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

Define variable?

A

A variable is a number that can vary depending on an attribute being measured.
Multiple variables are typically measured from each participant or observation, often represented as columns in a data file.

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

What’s nominal data?

A

Nominal data, also known as categorical data, has no inherent order or magnitude between different categories.
Each category is distinct and cannot be ranked or ordered.

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

What’s ordinal data?

A

Ordinal data has a natural order between categories, but the magnitude of differences between categories is not interpretable.
Common examples include Likert scales where responses are ordered but the difference between each response option may not be uniform.

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

What’s interval data?

A

Interval data has ordered categories with interpretable magnitudes, but zero does not have a meaningful interpretation.
Examples include temperature measurements where the difference between 20°C and 30°C is the same as the difference between 30°C and 40°C.

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

What’s ratio data?

A

Ratio data, like interval data, has ordered categories with interpretable magnitudes, but zero is directly interpretable and ratios between values can be meaningful.
Examples include measurements of money or reaction times.

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

What is discrete data?

A

Discrete data consists of numerical values that belong to a fixed set of distinct values, often representing counts or whole numbers.

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

What’s continuous data?

A

Continuous data represents variables that can take any value within a certain range, allowing for infinite possibilities.
Interval and ratio data are examples of continuous data.

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

What’s a null hypothesis?

A

The null hypothesis states that there is no effect or relationship between variables in a statistical analysis.
Statistical tests are conducted to either reject or fail to reject the null hypothesis based on the evidence provided by the data.

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

What’s the p-value?

A

The p-value is the probability that a particular test statistic could occur if the null hypothesis is true.
A lower p-value suggests stronger evidence against the null hypothesis, leading to its rejection in favor of an alternative hypothesis.

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