← Back

Introduction to Statistical Learning with R

Seungju Chae

January 27, 2025

Contents

1 Introduction
 1.1 Statistical Learning
  1.1.1 A Brief History of Statistical Learning
  1.1.2 What is Statistical Learning?
  1.1.3 Why estimate ?f?
  1.1.4 How we estimate f?

Chapter 1
Introduction

1.1 Statistical Learning

1.1.1 A Brief History of Statistical Learning

At the beginning of the 19th century, Legendre and Gauss published papers on the method of least squares, which implemented the earliest form of linear regression.

Linear regression is used for predicting quantitative values, such as an individual’s salary............... In order to predict qualitative values, such as whether a patient survives or dies, or whether the stock market increases or decreases, Fisher proposed linear discriminant analysis in 1936

In the 1940s, various authors put forth an alternative approach, logistic regression. In the early 1970s, Nelder and Wedderburn coined the term generalized linear models for an entire class of statistical learning methods that include both linear and logistic regression as special cases

In 1980s, Breiman, Friedman, Olshen and Stone introduced classification.and regression trees, and were among the first to demonstrate the power of a detailed practical implementation of a method, including cross-validation for model selection

1.1.2 What is Statistical Learning?

Statistical Learning is a set of tools for understanding datas, either supervised or unsuprvised

Y = f(X)+ ϵ.

Let X be a set of input variables(x1,x2,,xp) and Let Y be a quantitative response and ϵ to be a random error term. The function f can take multiple inputs.

1.1.3 Why estimate f?

1.1.4 How we estimate f?

Through

Using

With the goal of

Most statistical methods can be characterised by