Skip to content

Instantly share code, notes, and snippets.

@Doelp
Doelp / gist:8e96d0ec57502ae9386e9a867b81b759
Created February 28, 2026 19:49
Linear Projection OLS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OLS Projection Visualizer</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;600&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }