Statistical Analysis: Descriptive and Inferential Statistics

Statistical Analysis

Descriptive vs. Inferential Statistics

  • Descriptive Statistics

  • Summarizes and presents data meaningfully.

  • Used to describe main features of a dataset.

  • Techniques include:

    • Measures of central tendency: mean, median, mode.
    • Measures of dispersion: range, variance, standard deviation.
    • Calculates skewness and kurtosis.
  • Outcome: Provides averages, percentages, and charts.

  • Inferential Statistics

  • Draws conclusions and makes predictions based on sample data.

  • Used to generalize findings from a sample to a larger population.

  • Techniques include:

    • Hypothesis testing, confidence intervals.
    • t-tests, chi-square tests, ANOVA, regression analysis.
  • Outcome: Provides probabilities, p-values, and confidence levels.

Central Tendency Measures

  • Mean

  • The average of a dataset. Influenced by outliers.

  • Calculated as ( ar{X} = \frac{\sum X_i}{n} )

  • Example: Monthly salary data shows that outliers could skew the mean significantly.

  • Median

  • The middle value that divides the dataset into two halves.

  • Not affected by outliers; useful for skewed datasets.

  • Mode

  • The most frequently occurring value in a dataset.

  • Can be unimodal, bimodal, or multimodal.

Measures of Dispersion

  • Range

  • Difference between maximum and minimum values.

  • Sensitive to outliers; does not provide insight into data clustering.

  • Variance

  • Measures the average squared deviation from the mean.

  • Distorted by outliers; population vs sample variance.

  • Standard Deviation

  • The square root of variance.

  • Nonnegative and reflects how spread out values are from the mean.

Skewness and Kurtosis

  • Skewness

  • Indicates the asymmetry of the distribution.

  • Positive skew: longer right tail; Negative skew: longer left tail.

  • Affects mean and standard deviation; can lead to misleading interpretations if ignored.

  • Kurtosis

  • Measures the 'tailedness' of the distribution.

  • Types:

    • Leptokurtic: heavy tails with more outliers;
    • Mesokurtic: similar to normal distribution;
    • Platykurtic: light tails with fewer outliers.

Inferential Statistics Techniques

  • t-tests

  • Used to compare means between groups; includes one-sample, independent, and paired t-tests.

  • Example: Comparing average salaries of different demographic groups.

  • ANOVA (Analysis of Variance)

  • Compares means across three or more groups to find significant differences.

  • One-way and two-way ANOVA to evaluate effects of different factors.

  • Chi-Square Tests

  • Tests associations between categorical variables; determines if observed frequencies differ from expected frequencies.

Statistical Software Implementation of Techniques

  • Jamovi Software
  • Designed for efficient descriptive statistical analysis.
  • Supports use of t-tests, ANOVA, and chi-square tests for data analysis.