Changeset 1003 for trunk/yat/statistics
- Timestamp:
- Jan 18, 2008, 11:13:13 PM (16 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/Makefile.am
r1000 r1003 6 6 # Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson 7 7 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 # Copyright (C) 2008 Peter Johansson 8 9 # 9 10 # This file is part of the yat library, http://trac.thep.lu.se/yat … … 29 30 libstatistics_la_SOURCES = AUC.cc Averager.cc AveragerPair.cc \ 30 31 AveragerWeighted.cc AveragerPairWeighted.cc \ 31 Fisher.cc FoldChange.cc Histogram.cc Pearson.cc \ 32 Fisher.cc FoldChange.cc Histogram.cc \ 33 KolmogorovSmirnov.cc Pearson.cc \ 32 34 PearsonCorrelation.cc ROC.cc \ 33 35 SAMScore.cc Score.cc SNRScore.cc tScore.cc tTest.cc \ … … 39 41 AveragerWeighted.h AveragerPairWeighted.h \ 40 42 euclidean_vector_distance.h Fisher.h \ 41 FoldChange.h Histogram.h Pearson.h PearsonCorrelation.h \ 43 FoldChange.h Histogram.h \ 44 KolmogorovSmirnov.h \ 45 Pearson.h PearsonCorrelation.h \ 42 46 pearson_vector_distance.h ROC.h \ 43 47 SAMScore.h Score.h SNRScore.h tScore.h tTest.h \
Note: See TracChangeset
for help on using the changeset viewer.