3.0 Statistical Learning Prerequisites

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Section 3.0 of Exam MAS-II

Last updated 11:19 PM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Define:

  • Response

  • Explanatory

  • Count

  • Continuous

  • Nominal

  • Ordinal


  • A variable of primary interest

  • A variable used to study the response variable

  • A quantitative variable usually valid on non-negative integers

  • A real-valued quantitative variable

  • A categorical/qualitative variable having categories without a meaningful or logical order

  • A categorical/qualitative variable having categories with a meaningful or logical order


2
New cards

Say what it is:

  • y, Y

  • x, X

  • Subscript i

  • n

  • Subscript j

  • p

  • f(x)

  • ε

  • ŷ, Ŷ, f̂(x)


  • Response variable

  • Explanatory variable

  • Index for observations

  • Number of observations

  • Index for variables except response

  • Number of variables except response

  • E[Y]

  • Error term

  • Estimate/Estimator of f(x)


3
New cards

Statistical Learning:

  • Supervised

  • Unsupervised


  • Has response variable

  • No response variable


4
New cards

Statistical Learning:

  • Regression

  • Classification


  • Quantitative response variable

  • Categorical response variable


5
New cards

Statistical Learning:

  • Parametric

  • Non-Parametric

  • Flexibility


  • Functional form of f̂ specified

  • Functional form of f̂ not specified

  • f̂’s ability to follow the data


6
New cards

Statistical Learning:

  • Training Data

  • Test Data


  • Observations used to train or obtain f̂

  • Observations not used to train or obtain f̂


7
New cards

Regression Equation

knowt flashcard image
8
New cards

Regression Model Accuracy Equation

knowt flashcard image
9
New cards

Estimate for Regression Test MSE Equation

knowt flashcard image
10
New cards

For fixed inputs x_1, ..., x_p, the test MSE can be written as

knowt flashcard image
11
New cards

Bias-Variance Trade-Off:

  • What happens to test and training MSE with increasing flexibility

  • What low and high flexibility mean for bias and variance


  • As flexibility increases, the training MSE decreases, but the test MSE follows a u-shaped pattern.

  • Low flexibility leads to a method with low variance and high bias; high flexibility leads to a method with high variance and low bias.


12
New cards

Classification Equation

knowt flashcard image
13
New cards

Classification Model Accuracy Equation

knowt flashcard image
14
New cards

Estimate for Classification Test MSE Equation

knowt flashcard image
15
New cards

Bayes Error Rate

Basically find the highest joint probability at each x value and take the complement of the sum

<p>Basically find the highest joint probability at each x value and take the complement of the sum</p>
16
New cards

Cross-Validation: What does it do and what are the types?

  • Estimates the test MSE with available data.

  • Types:

    • Validation set approach

    • -fold cross-validation approach

    • LOOCV approach


17
New cards

Cross Validation: Issues with Validation set approach, and rank each method with respect to bias and variance

  • The validation set approach has unstable results and will tend to overestimate the test MSE. The two other approaches mitigate these issues.

  • With respect to bias, the validation set error has the most, followed by the -fold CV error, then the LOOCV error.

  • With respect to variance, the LOOCV error has the most, followed by the -fold CV error, then the validation set error.