Generalized Linear Model Part 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

MSE or Mean Squared Error

The square difference between an observation’s actual (target) and model’s fitted (estimated) values.

Squared-Loss or L2 - Loss

2
New cards

MAE or Mean Absolute Error

The absolute difference between an observation’s actual (target) and model’s fitted (estimated) values

Absolute Loss or L1 - Loss

3
New cards

RMSE or Root Mean Squared Error

The root of the mean squared error

4
New cards

MAPE or Mean Absolute Percentage Error

Measures the accuracy of predictions

Used the loss function in Regression Problems

5
New cards

The difference between MAE and MSE

MSE and RMSE are more sensitive and are affected more by more significant errors. They also both take into account Outliers

Conversely, MAE is less affected by larger errors as it gives equal weight to all errors. It focuses on the direction and consistency of the errors and is not affected by the presence of outliers.

6
New cards

Formula for MSE

knowt flashcard image
7
New cards

Formula for MAE

<p></p>
8
New cards

Formula for MAPE

knowt flashcard image
9
New cards

R2 in Linear Regression

Calculated based on Residual Sum of Squares (SSR) and Total Sum of the Square (SST).

This approach relies on having continuous, normally distributed, dependent variables and residuals.

10
New cards

R2 om GLM

Used since its error do not have to be normally distributed and dependent variables do not have to be continuous.

11
New cards

Pseudo R-Squared

Used for comparison

Used when comparing this to another of the same data, predicting the same outcome

The higher this is the better the model.

Commonly Used are: Efron’s, Mc Fadden’s, Nagekerke, Cox and Snell’s.

12
New cards

Used of Measures | Predictability and Accuracy

RMSE, MSE, MAE, and MAPE

13
New cards

Used for Measures | Explainability

Pseudo R-Squared

14
New cards

Identity Link

The mean of Y increases by B1 when we increase x by 1 unit

<p>The mean of Y increases by B<sub>1</sub> when we increase x by 1 unit</p>
15
New cards

Logarithmic Link

For every increase in X the mean of Y is multiplied by eB1

<p>For every increase in X the mean of Y is multiplied by e<sup>B</sup><sub><sup>1</sup></sub><sup> </sup></p>
16
New cards

Inverse Link

<p></p>