LINQ Cookbook, Recipe 12: Calculate the Standard Deviation (Doug Rothaus)
Ingredients:· Visual Studio 2008 (Beta2 or Higher) Categories: LINQ to Objects Introduction:LINQ Cookbook, Recipe 11 showed how you can use LINQ queries to perform calculations on sets of data using a set of standard aggregate functions such as Average, and Sum. In this recipe, you ...