Analyzing of data is very important, and knowing how to produce a straight-line relationship is often of great importance. You will need to construct a couple of functions that will work out something known as a linear regression analysis.
Project 1 - let's start with some math
Requirements
The following is a brief list of requirements for our project:
- Data will come from two vectors and will be floating point numbers
- The answers will only be stored in main and displayed from there
- The two vectors must have the same number of elements
Supplied data
The data required...