Subject 2
Data Analysis and Statistics Concepts
Statistical Calculations and Definitions
Relative Frequency: The relative frequency of a class is given by the formula:
where $n$ is the total number of observations.
Class Percentage: The percentage of a class can be calculated using:
Sample Proportion: Can be calculated with the formula:
where $x$ is the number of successes and $n$ is the total number of trials.
Margin of Error: The margin of error for a sample proportion is computed using:
Measures of Central Tendency
Mean (): The average is calculated by summing all values and dividing by the count:
Median ($x̃$): The middle value in a dataset when arranged in order.
Mode: The most frequently occurring value in a dataset.
Variability Measures
Variance (): A measure of dispersion within a distribution calculated as:
Standard Deviation (): The square root of the variance:
Quartiles and Interquartile Range (IQR)
Quartiles: Values that divide the dataset into four equal parts:
First Quartile ($Q_1$): The value below which 25% of the data lie.
Second Quartile ($Q_2$): The median, below which 50% of the data lie.
Third Quartile ($Q_3$): The value below which 75% of the data lie.
Interquartile Range (IQR): The range of the middle 50% of the data, calculated as:
Distribution Types
Normal Distribution: A symmetrical, bell-shaped distribution where the mean, median, and mode are equal.
Skewed Distribution: Distribution that is not symmetrical:
Negatively Skewed (Left Skewed): Mean < Median < Mode
Positively Skewed (Right Skewed): Mean > Median > Mode
Hypothesis Testing Framework
Null Hypothesis ($H_0$): A statement that there is no effect or no difference, and it is the hypothesis that the test seeks to nullify.
Alternative Hypothesis ($H1$ or $Ha$): A statement that indicates the presence of an effect or a difference.
Simple Linear Regression
Linear Regression Equation: The simplest form of regression analysis which estimates the relationship between two variables:
where $y$ is the dependent variable, $m$ is the slope, $x$ is the independent variable, and $b$ is the y-intercept.
Other Important Concepts
Statistical Power: The probability of correctly rejecting a false null hypothesis; it is influenced by sample size and effect size.
Confidence Intervals: A range of values that is likely to contain the population parameter, based on the sample statistic:
where $z$ is the z-score representing the desired level of confidence.
Data Interpretation Techniques
Boxplot: A standardized way of displaying the distribution of data based on a five-number summary: minimum, first quartile, median, third quartile, and maximum.
Histograms: Visual representation of the distribution of numerical data, showing the frequency of data points within specified ranges (bins).
Utilizing Software in Statistics
SPSS Usage: Perform descriptive statistics can be accomplished via:
Navigate to
Analyze>Descriptive Statistics>Descriptives> Select options for mean, median, mode, and variance calculations.