|
| ||||
|
|
X, Y Data |
|
Best Fit Line is Y=2.3X-1.0, R2=0.9384 |
|
A Delphi programmer recently requested information about
determining the slope of the regression line through a set of (X, Y) data
points. It seemed like something I must have written and posted in the 11
years the site has been around but that doesn't seem to be the case. So
here is LinearLeastSquares
which takes a set of points, plots them and draws the "best fit" regression
line. It also displays the equation of the line and Correlation
Coefficient, R (actually R2, called the Coefficient of
Determination) indicating how well the data are linearly related.

January 27, 2012: Here are a couple of interesting
probability problems solved analytically (describing the logic leading to the
solution) and experimentally (running a million trials of a simulation model),
Fifty Probability
Problems presents two problems about ladder tournaments.
Plans are to add more of the 50 in the future.
[Feedback] [Newsletters (subscribe/view)] [About me]Copyright © 2000-2013, Gary Darby
All rights reserved.
|