Skip to content

Releases: tevaughan/linear-regression

More Improvements to Text

05 Mar 02:55
Compare
Choose a tag to compare
Pre-release

This release release rolls up several small improvements to the text of the document.

Improvements to Text

05 Mar 02:37
Compare
Choose a tag to compare
Improvements to Text Pre-release
Pre-release

General improvements to the text of the document.

Fleshed-Out Math

05 Mar 01:42
Compare
Choose a tag to compare
Fleshed-Out Math Pre-release
Pre-release

Both the straight-forward, fast approach and the SVD approach are now documented.

The copyright notice is now consistently applied in all source files.

Initial Figure

04 Mar 22:21
Compare
Choose a tag to compare
Initial Figure Pre-release
Pre-release

Added an initial figure to document. Figure shows sinusoidal linear regression.

Added C++ code and gnuplot input file to generate figure.

Initial Example

02 Mar 18:45
Compare
Choose a tag to compare
Initial Example Pre-release
Pre-release

I added the example of a sinusoidal fit to the introduction. There is still no graph for the example, but there are text and simple equations describing it.

Initial

29 Feb 23:42
Compare
Choose a tag to compare
Initial Pre-release
Pre-release

No C++ code files are included in this initial release, but the source code to the PDF document is included.

Also, the (binary) PDF document itself is attached to the release.

At present, the document defines what a linear regression that finds a best fit curve to a set of points in the plane is. The document also shows how to set up a linear regression in Eigen 3 and how to extract the solution from Eigen 3.