If Xi∼N(μi,σi2), then i=1∑nXi∼N(i=1∑nμi,i=1∑nσi2)
Testing Normality of sample:
If the history for a variable Xi in a multivariate appears reasonably symmatric, we can check further by counting the number of observation in certain intervals (quantile) to see if it follows the normal distribution
We can use Q-Q Plot to assess the assumption of normality
with plots the sample quatile versus the expected quantile if the observations were normally distributed
If the points form a straight line with high Correlation Coefficient, it means that the assumption that sample collected is normal is non-rejectable
The idea is to plot the data and its z-score, it the sample is normally distributed, their z-score should increase linearly (z-score is already standardized by (x−μ)/σ
If we have n elements observed and order them, then quantile (qj) of jth element=p(j)=nj−0.5=P[Z≤q(j)]
→q(j)=ϕ(p(j))=ϕ(nj−0.5)
Steps:
H0: sample normally distributed, H1…
for each data, find q(j)
then plot, (q(j),x(j)) where x(j) is the corresponding data point