Linear Regression | What is multivariate normality in assumptions of Linear Regression?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways
Answers ( 2 )
Linear linear regression analysis requires all variables to be multivariate normal this can be best checked with the help of histogram for Q-Q plot(qqplot from statsmodel). I other words X and Y should be normally distributef.Normality can be checked using Kolmogrorov Smirnov test or simply by looking into the skewness and kurtosis for the given data. Also you can look into Shapiro Will test to know if the data was drawn from a Gaussian distribution sample. If the data is Not normally distributed you can use any non linear correction like log transform to make the data normally distributed
If the data points present on the plane which are normally disturbed along the regression line.If we plot histogram of residuals it will follow a normal distribution.