1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 15:43:49 +02:00

Add an article to Data Science roadmap about Skewness concept (#5982)

This is a simple and useful article, which I think might be very useful for understanding the concept of skewness.
This commit is contained in:
Amirali Toori
2024-07-01 12:52:44 +03:30
committed by GitHub
parent 446373532f
commit 54459a52f2

View File

@@ -1,3 +1,7 @@
# Skewness
Skewness is a crucial statistical concept driven by data analysis and is a significant parameter in understanding the distribution shape of a dataset. In essence, skewness provides a measure to define the extent and direction of asymmetry in data. A positive skewness indicates a distribution with an asymmetric tail extending towards more positive values, while a negative skew indicates a distribution with an asymmetric tail extending towards more negative values. For a data analyst, recognizing and analyzing skewness is essential as it can greatly influence model selection, prediction accuracy, and interpretation of results.
Skewness is a crucial statistical concept driven by data analysis and is a significant parameter in understanding the distribution shape of a dataset. In essence, skewness provides a measure to define the extent and direction of asymmetry in data. A positive skewness indicates a distribution with an asymmetric tail extending towards more positive values, while a negative skew indicates a distribution with an asymmetric tail extending towards more negative values. For a data analyst, recognizing and analyzing skewness is essential as it can greatly influence model selection, prediction accuracy, and interpretation of results.
Visit the following resources to learn more:
- [@article@Skewed Data](https://www.mathsisfun.com/data/skewness.html)