This repository contains exercises and projects from my university courses, focusing on statistical software, statistics, and probability.
The projects are implemented using Jupyter Notebooks and SPSS, covering various statistical analysis techniques.
The repository is organized into two main directories:
- Statistical Software
- How to draw different statistical plots in Python
- t-tests with examples in Python
- Statistics and Probability
Description of the first project: load the attached mtcars dataset into SPSS and present the following in a report and upload it in pdf format.
- data loading the dataset in SPSS
- Provide appropriate descriptive statistics tables for all variables.
- Provide appropriate charts for all variables
- Coding continuous variables to obtain a frequency table
- Interpretation of items 2, 3, and 4 should be provided after the output of each section.
Description of the second project: In both Dataset1 and Dataset2:
- Determine the number of variables and observations in each dataset.
- Identify which variables are quantitative and which are qualitative.
- Calculate the appropriate statistics for each variable.
- Create suitable charts for each variable.
- In Dataset1, compare the income distribution between male and female categories. Check for normality if necessary.
- In Dataset1, compare the income mean to 65.
- In Dataset2, compare the 'Before' and 'After' columns using the appropriate test. Check for normality if necessary.
- Languages & Platforms:
- Python
- SPSS (IBM Statistical Package for the Social Sciences)