-
Notifications
You must be signed in to change notification settings - Fork 12
Test for Normality : QQ Plot & PP Plot
The line does not pass closely from all the points. 2 points are fairly distant. This shows that the distribution is not normally distributed
Q-Q Plot, (Quantile-Quantile Plot), is a is a probability plot, which is a graphical method for comparing two probability distributions by plotting their quantiles against each other. If both sets of quantiles came from the same distribution, we should see the points forming a line that's roughly straight
P-P (probability–probability) plot is a visualization that plots CDFs of the two distributions (empirical and theoretical) against each other.
- P-P plots are well suited to compare regions of high probability density (centre of distribution) because in these regions the empirical and theoretical CDFs change more rapidly than in regions of low probability density.
- P-P plots can be used to visually evaluate the skewness of a distribution.
Source : https://towardsdatascience.com/explaining-probability-plots-9e5c5d304703
The Shapiro-Wilk test examines if a variable is normally distributed in some population.
Shapiro-Wilk Test Result in R
- If W is very small then distribution is probably not normal
- p-value > 0.05 implies that the distribution of the data are not significantly different from normal distribution.
Programming Language R
- WHAT IS R?
WHY R? - Install R & RStudio
- Data Types & Their Modes
- Reading and Writing Data
- Data Wrangling with tidyr
User-Interface
Group Comparison of Variables within 2 Groups
Comparison of Multiple Groups
Group Comparison of Multivariate Data
Unsupervised Learning
Supervised Learning