+ boxplot.py: script to generate graphic with boxplot to illustrate distances between theorical and visual means for each population value

This commit is contained in:
Caner Candan 2010-09-21 15:12:19 +02:00
commit ba6770df43
3 changed files with 123 additions and 78 deletions

View file

@ -34,6 +34,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/application/eda_sa)
SET(SOURCES
t-doEstimatorNormalMulti
t-mean-distance
)
FOREACH(current ${SOURCES})