Posts

Showing posts from May, 2020

POLYNOMIAL REGRESSION

Image
What is Polynomial Regression?  In statistics, polynomial regression is a form of regression analysis in which the relationship between the independent variable x and the dependent variable y is modelled as an nth degree polynomial in x. The polynomial regression fits into a non-linear relationship between the value of X and the value of Y. The Polynomial regression is also called as multiple linear regression models. The Polynomial regression model has been an important source for the development of regression analysis . For designing a polynomial regression model, we are taking real data of India’s Coronavirus cases per day. We shall use polynomial regression on this dataset. For that we have a generalised matrix representation of polynomial regression for any degree polynomial. This is the matrix representation of polynomial regression for any degree polynomial. For our dataset, we are taking 2nd degree polynomial regression or Quadratic regression. Using th...