DSCI_562_regr-2

Lecture 4

Agenda

Learning Objectives

Concepts

First, let’s talk about that table from last time, but in the univariate setting.

How to estimate probabilistic quantities in the univariate setting (mean, quantiles, variance, etc)

Distributional Assumption? Estimation Method
No “sample versions”: ybar, s^2, quantile(), …
Yes Use MLE to estimate distribution; extract desired quantity.

Here’s a more accurate version of the regression version of the table.

How to estimate a model function in the univariate setting (specifically mean and quantile model functions)

Model function assumption? Distributional Assumption? Estimation Method
No No Use “sample versions” with machine learning techniques (kNN, loess, random forests, …)
Yes No Minimize “loss function version” of “sample versions”: least squares, least “rho”
Yes Yes MLE (example: GLM, including linear regression)
No Yes Use MLE with machine learning techniques (kNN, loess, random forests, …)

List of concepts from today:

Readings