Commit Graph

2 Commits

Author SHA1 Message Date
Thomas Naber 31de3c0502 Checkpoint #3
Overall I think it went well. The only place I got stuck at this checkpoint
was with scaling the x and the y coordinates of the points. To be
honest, I'm still not 100% sure how that scale function works, even in
the context of the overall program. Perhaps it has to do with the description
which includes both domain and range, but using a different set of inputs
for x values compared to y values. Overall, I think I had a good idea
of the steps that were required in checkpoint 1, however I did not break
it down into pieces as small as this code ended up doing.

An idea for a similar/extension program, would be a program that
adds a line of best fit and calculates/displays the equation and
correlation coefficient of the regression equation.
2023-08-03 16:53:43 -04:00
tnaber d373f4693d Initial commit 2023-07-31 14:43:09 +00:00