public static double Average(this MyData md)
 {
     return(md.Sum() / 3);
 }