Karteikarten im Karteikarten-Set

Noch nicht gestartet (21)

What is the mean?

The average of a dataset, calculated as the sum of all values divided by the number of values.

1316801392673b1ee8064f20.19815131php2eMzgN.jpeg

What is the median?

The middle value in an ordered dataset, dividing it into two equal halves.

1458779868673b1f02ad9763.11995058phpGv5Xst.jpeg

 What is the mode?

The most frequently occurring value in a dataset.

What is standard deviation?

A measure of the spread or variability of data around the mean.

666852130673b1f19bcd546.96147312phpMgogmp.jpeg

What is variance?

The average of the squared deviations of each data point from the mean.

1617998693673b1f30898da7.35149677phpSPQFMf.jpeg

What is the range?

The difference between the maximum and minimum values in a dataset.

1811543843673b1f49b86ae8.42734505phpPFeKtV.jpeg

What is the interquartile range (IQR)?

The range of the middle 50% of data, calculated as the difference between the first and third quartiles.

1671174153673b1f5f3e6e34.39917365phpJODYzC.jpeg

What does skewness measure?

The asymmetry of a data distribution.

  • Positive skewness: A tail on the right.
  • Negative skewness: A tail on the left.


1282464502673b1f7e66a904.02918938phpnNxorr.jpeg

What does kurtosis measure?

The "peakedness" of a distribution compared to a normal distribution.

  • High kurtosis: Many extreme values.
  • Low kurtosis: Flatter distribution.


753420301673b1f9222a4e0.20268370phptDtkjv.jpeg

What is a percentile?

A value that divides the dataset into 100 equal parts. Example: The 90th percentile includes 90% of the data below it.

What are quartiles?

Values dividing the dataset into four equal parts:

  • Q1 (25th percentile), Q2 (Median, 50th percentile), Q3 (75th percentile).


What is a histogram used for?

visualizing the frequency distribution of data.

What is a boxplot used for?

Visualizing data spread, medians, quartiles, and identifying outliers.

What is a scatterplot used for?

Exploring relationships between two variables.

What is a bar chart used for?

Comparing group means or other aggregate values.

What is a pie chart used for?

Displaying proportional contributions of categories to the whole.

What is an outlier?

A data point significantly deviating from the rest of the dataset, potentially affecting results.

What is a z-score?

A standardized value showing how many standard deviations a data point is from the mean.

1416750821673b1faca6af07.37161432php5eJIvi.jpeg

What is data transformation?

Applying mathematical functions (e.g., logarithmic or square root) to modify data distribution.

What is recoding in SPSS?

Changing or grouping variable values to create new categories.

 How can normality be assessed?

  1. Skewness and kurtosis tests: Check distribution symmetry and peakedness.
  2. Q-Q plots: Compare actual vs. expected values for normal distribution.