Everything I can find in linq for aggregation has a "group by" clause.  How would I write this query in LINQ?  I have a list of date-value pairs, and I want to take the average of the values.

SELECT AVG(MySuff.Value) AS AvgValue FROM MyStuff