sopnic / larytet-master

Automatically exported from code.google.com/p/larytet-master
0 stars 0 forks source link

StatUtils::Length #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The method can be replaced by lst.Count(). CSharp list keep number of
elements and returns the value via property field Count.

In the current implementation calculation of mean has complexity O(n^2)

Original issue reported on code.google.com by larytet@gmail.com on 19 Oct 2009 at 4:04

GoogleCodeExporter commented 8 years ago
Correction:
Calculation of StdDev complexity is (2n)

Original comment by larytet@gmail.com on 20 Oct 2009 at 6:23