better variance computation, use Knuth online robust algorithm, add a test for variance computation

This commit is contained in:
Johann Dreo 2012-09-18 16:56:38 +02:00
commit 2c2e9d0ca3
4 changed files with 98 additions and 39 deletions

View file

@ -125,7 +125,7 @@ SET(SAMPLE_SRCS)
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(application)
#ADD_SUBDIRECTORY(test)
ADD_SUBDIRECTORY(test)
ADD_SUBDIRECTORY(doc)
######################################################################################