Multiple Regression Model:
The statistical technique that use Several explanatory variables to Predict the Outcome of the response variable. The Goal of multiple linear regression (sums billion) is to model the Relationship Between the explanatory and response variables.Multiple linear regression attempts to model the relationship between two or more explanatory variables and a response variable by fitting a linear equation to observed data. Every value of the independent variable x is associated with a value of the dependent variable y. The population regression line for p explanatory variables x1, x2, ... , xp is defined to be











Since the observed values for y vary about their means








Formally, the model for multiple linear regression, given n observations, is
yi =





In the least-squares model, the best-fitting line for the observed data is calculated by minimizing the sum of the squares of the vertical deviations from each data point to the line (if a point lies on the fitted line exactly, then its vertical deviation is 0). Because the deviations are first squared, then summed, there are no cancellations between positive and negative values. The least-squares estimates b0, b1, ... bp are usually computed by statistical software.
The values fit by the equation b0 + b1xi1 + ... + bpxip are denoted


The variance


The estimate of the standard error s is the square root of the MSE.