Welcome to the Data Analysis Project repository! 🎨 This project involves comprehensive statistical analysis and data visualization using Python. The tasks cover concepts like correlation coefficients, regression models, and hypothesis testing applied across 4 datasets.
This repository contains the following datasets:
ex1.csvex2.csvex3.csvex4.csv
- Exploring relationships between variables using scatter plots.
- Calculating correlation coefficients (Pearson and Spearman).
- Performing hypothesis testing (t-tests, F-tests).
- Building and analyzing linear and multiple regression models.
- Visualizing data and results with informative plots.
- Interpreting statistical significance and model performance.
- Analysis: Scatter plot of two variables and calculation of Pearson correlation.
- Results:
- Pearson Correlation Coefficient:
0.85🚀 - t-statistic:
17.500✅ (Significant at 0.05 level).
- Pearson Correlation Coefficient:
- Visualization: Scatter plot and a line of best fit.
- Analysis:
- Histograms to check distribution.
- Box plots to identify outliers.
- Spearman correlation analysis.
- Results:
- Spearman Correlation Coefficient:
0.82 - t-statistic:
15.400✅ (Significant).
- Spearman Correlation Coefficient:
- Visualization: Histograms, box plots, and scatter plots.
- Analysis:
- Linear regression model fitting.
- t-test for regression coefficients.
- Mean absolute error (MAE) calculation.
- Results:
- Regression Coefficients: Slope =
2.34, Intercept =0.67 - F-statistic:
579.421✅ (Model significant). - MAE:
5.21%
- Regression Coefficients: Slope =
- Visualization: Scatter plots with predicted vs. actual values.
- Analysis:
- Multiple regression analysis.
- Multicollinearity check.
- Calculation of regression coefficients and R-squared.
- Results:
- Adjusted R-squared:
0.94 - F-statistic:
412.56✅ (Model significant). - Standardized regression coefficients and confidence intervals.
- Adjusted R-squared:
- Visualization: 3D scatter plots for predicted vs. actual values.
This repository includes the following visualizations for each dataset:
- Scatter Plots: To visualize relationships between variables.
- Histograms: To inspect the distribution of variables.
- Box Plots: To detect and analyze outliers.
- Regression Plots: To compare actual and predicted values.
- 3D Scatter Plots: For multiple regression results.
- Clone the repository:
git clone https://github.com/AnnaPerova88/MEPHI_Stats_Homework_Module5.git













