Building a Generic Statistics Library, Part 5: Implementation
This post is the last in my series on building a statistics library using Delphi 2009’s new generic types. Having implemented the functions FoldL and Map, and having used FoldL to implement Count and Sum, implementing Average and StandardDeviation are now trivial [...]