/CPPRegression

Implementation of Regression w/ Vanilla C++.

Primary LanguageC++

CPPRegression

Vanilla C++ to perform regression.

🎦 Video:

❔ What is it?

  • A program that, given points, returns the regression coefficients.
  • Can regress to a constant, line, quadratic,... anything you want!
🌱 Ideas for Improvement:
  • Again, literally every aspect of the C++! Will improve!

📦 Modules / Packages:

C++:

  • Standard C++ libraries that require no installs.