Regression Basics

Interactive courseware module that addresses the fundamentals of regression analysis taught in STEM courses.

457 Downloads

Updated 1 Feb 2023

From GitHub

View License on GitHub

Regression Basics

View Regression Basics on File Exchange or Open in MATLAB Online

Curriculum Module
Created with R2020a. Compatible with R2020a and later releases.

Description

This package contains a live script and supporting files to illustrate some basics of regression analysis. The materials are designed to be flexible and can be easily modified to accommodate a variety of teaching and learning methods. We include a brief background, interactive illustrations, tasks, reflection questions, a real-world application example, and a guided exercise for the different concepts explored.

The instructions inside the live scripts will guide you through the tasks and activities one section at a time. To run this interactive script in a controls-only mode, use the Hide code button on the View tab of the MATLAB toolstrip.

Learning Goals

  • Explain the difference between linear, multiple linear, and nonlinear regression.
  • Use ordinary least squares to analytically solve for linear regression parameters.
  • Assess and improve the performance of a regression model using a goodness-of-fit measure.
  • Apply gradient descent to iteratively minimize a cost function and estimate model parameters.
  • Explain the effect of increasing and decreasing the learning rate and number of steps for the gradient descent algorithm.
  • Use a linear regression model to perform short-term forecasting.

Suggested Prework

MATLAB Onramp – a free two-hour introductory tutorial to learn the essentials of MATLAB®.

Details

regressionBasics.mlx Open in MATLAB Online An interactive lesson that introduces the fundamentals of regression analysis. Students apply a basic linear regression to model real-world electricity load data.

electricityLoadData.mlx Open in MATLAB Online A supplementary script to download the external electricity load data from New York ISO for use in the practice problem.

regressSolnIm/
This folder includes supplementary image files containing solutions for tasks in regressionBasics.mlx. The main script provides controls to hide or expose the solutions when needed. Ensure that this folder is in the same location as regressionBasics.mlx

linearData.mat, linearData2.mat, multivariateData.mat, nonlinearData.mat
Data files containing some sample data for the different types of regression problems.

Products

MATLAB®, Statistics and Machine Learning Toolbox™

License

The license for this module is available in the LICENSE.TXT file in this GitHub repository.

Support

Have any questions or feedback? Contact the MathWorks online teaching team.

Copyright 2021 The MathWorks, Inc.

Cite As

Emma Smith Zbarsky (2023). Regression Basics (https://github.com/MathWorks-Teaching-Resources/Regression-Basics/releases/tag/v2.0.3), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with R2020a and later releases
Platform Compatibility
Windows macOS Linux
Communities
More Files in the  Distance Learning Community

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
2.0.3.0

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Regression-Basics/releases/tag/v2.0.3

2.0.2

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Regression-Basics/releases/tag/v2.0.2

2.0.1

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Regression-Basics/releases/tag/v2.0.1

2.0.0

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Regression-Basics/releases/tag/v2.0.0

1.2.0

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Regression-Basics/releases/tag/v1.2.0

1.1.1

See release notes for this release on GitHub: https://github.com/MathWorks-Teaching-Resources/Regression-Basics/releases/tag/v1.1.1

1.1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.