(10 pts)
For this assignment, your task is to perform a single parameter linear regression for data that's symmetric about the origin, as described in this class note. Your data will be based on your name. Specifically, you'll have 4 points with
- the x-coordinates equal to \pm position of the first character in your first and last name and
- the y-coordinates equal to \pm position of the second character in your first and last name.
For example, my name is Mark McClure. Thus,
- Since M is the 13^{\text{th}} letter of the alphabet, the x-coordinates are \pm13 and \pm13
- Since a is the 1^{\text{st}} letter and c is the 3^{\text{rd}}, the y-coordinates are \pm 1 and \pm3.
Thus, my four points are
Those points, with the regression line, look like so:
Desmos will give me the line, as I've done here. The real task, though, is to use the technique described in the simple linear regression notes to derive and explain the formula for the line.



