Chapter 7 Flashcards
(17 cards)
Representation of some phenomenon, which often describe relationships between variables.
Models
What are two types of Models discussed?
Deterministic and Probabilistic.
What type of model,
- Hypothesize exact relationships.
- Suitable when prediction error is negligible.
- Example: Force is Exactly Mass times Acceleration.
Deterministic.
What type of model,
- Two Components with one component being a random error.
- Y = 10X + Σ, where Σ represents a random error.
Note: Random Error may be due to factors other than advertising.
Probabilistic.
There exist two types of Regression Models, each of which has two subsections, linear and non-linear. What are the two types of regression models?
Simple and Multiple.
Simple is what we will deal with in this class, higer courses in Statistics will deal with multiple.
A simple linear regression model has a relationship between variables as a linear function. What is that function?
Yi = ß0 + ß1Xi + Σi
Looks like the eqn. of a line with an additional component, random error.

Describe what the least squares method technique is used for.
The technique is used to fit “the best fit” line through a set of ordered pairs where the residual squared is at the minimum.
Define “best fit”.
The difference between actual Y values & Predicted Y values are a minimum.
The difference between the observed value and its associated predicted value is called __________. The ___________ value tells us how far off the model’s prediction is at that point.
Residual.
The line of best fit is the line for which the sum of the squared residuals is smallest, the ______ ________ line.
least squares, r.
Consider the predicted least square equation.
ŷ = b0 + b1x
Now give it’s interpretation.
- Slope (b1)
For each 1 Unit Increase in X, estimated Y changes (increase/decrease) by b1.
- Y-intercept (b0)
Average value of Y when X = 0.
Note: The Y-intercept may or may not make sense. This will depend on the range of the sample when X(0).
Least squared lines are commonly called ___________ lines.
regression.
The _________ __ ___________ or R2 is an overall measure of how successful the regression is in linearly relating y to x.
Laymen terms: How effective your linear model ŷ.
Coefficient of Determination.
What is the relationship of the linear coefficient (regression) and the coefficient of determination?
The coefficient of determination is the squared of the linear coefficent.
The least squares concept does what to a simple linear regression model, in particularly to the random error?
Causes the residuals to become minimum.
Σi → 0.
Given this solution, describe the interpretation.
r = 0.904 so R2 = 0.817.
81.7% of the variability in (Y) is explained by (X).
____________ ______ is a mathematical expression of some phenomenon.
Mathematical Model.