Linear regression in Matlab

Linear Regression (LSE) fit in retro Matlab 3.5 (MS-DOS) back in the early '90s. The purpose of this tutorial is to demonstrate elementary data processing and statistics via non-iterative coding paradigms, i.e., based on matrix operations only. Matlab was one of the first programming platforms to adopt such a matrix-based 'algebraic' data manipulation procedure as the core part of the language, like R and Python (numpy, pandas) do today.

Although its functionality and toolboxes some three decades ago were nowhere near today's status and richness, it still was one of the most powerful platform for linear Algebra, signal processing and visual data exploration. The most common and almost 100% compatible open-source alternative is Octave, which is also in use today in many Universities around the world.

Enable captions for more details and walk-through. Source code available at the Github repository (see channel info).

Tags: #ambient #coding #programming #notalking #matlab #octave #retro #msdos #dosbox

Comments

Popular Posts

Hello x86: Low-level assembly coding for the 8086

Announcement: Writing a new book in Data Science and R&D projects

Fibonacci numbers in C (4 different ways)

Multiplication tables in COBOL

Bricks and towers in Prolog

Channel Updates