Chapter 7 Flashcards

(17 cards)

1
Q

Representation of some phenomenon, which often describe relationships between variables.

A

Models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are two types of Models discussed?

A

Deterministic and Probabilistic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of model,

  1. Hypothesize exact relationships.
  2. Suitable when prediction error is negligible.
  3. Example: Force is Exactly Mass times Acceleration.
A

Deterministic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of model,

  1. Two Components with one component being a random error.
  2. Y = 10X + Σ, where Σ represents a random error.

Note: Random Error may be due to factors other than advertising.

A

Probabilistic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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?

A

Simple and Multiple.

Simple is what we will deal with in this class, higer courses in Statistics will deal with multiple.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A simple linear regression model has a relationship between variables as a linear function. What is that function?

A

Yi = ß0 + ß1Xi + Σi

Looks like the eqn. of a line with an additional component, random error.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe what the least squares method technique is used for.

A

The technique is used to fit “the best fit” line through a set of ordered pairs where the residual squared is at the minimum.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define “best fit”.

A

The difference between actual Y values & Predicted Y values are a minimum.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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.

A

Residual.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The line of best fit is the line for which the sum of the squared residuals is smallest, the ______ ________ line.

A

least squares, r.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Consider the predicted least square equation.

ŷ = b0 + b1x

Now give it’s interpretation.

A
  1. Slope (b1)

For each 1 Unit Increase in X, estimated Y changes (increase/decrease) by b1.

  1. 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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Least squared lines are commonly called ___________ lines.

A

regression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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 ŷ.

A

Coefficient of Determination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the relationship of the linear coefficient (regression) and the coefficient of determination?

A

The coefficient of determination is the squared of the linear coefficent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The least squares concept does what to a simple linear regression model, in particularly to the random error?

A

Causes the residuals to become minimum.

Σi → 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Given this solution, describe the interpretation.

r = 0.904 so R2 = 0.817.

A

81.7% of the variability in (Y) is explained by (X).

17
Q

____________ ______ is a mathematical expression of some phenomenon.

A

Mathematical Model.