Multiple outliers for two variable linear regression
- by Dave Jarvis
Problem
Building on my previous question, the "extreme" outliers in the following graph are somewhat obvious:
Question
Given:
T - Set of all temperatures
Y - Set of all years
ST - Sum of temperatures.
SY - Sum of years.
N - Number of elements
T(n) - Temperature of the nth element in the temperature set
How would you implement an efficient…