Changeset 926 for trunk/yat/statistics
- Timestamp:
- Oct 3, 2007, 8:11:31 AM (16 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/Makefile.am
r865 r926 27 27 28 28 noinst_LTLIBRARIES = libstatistics.la 29 libstatistics_la_SOURCES = AUC.cc Averager.cc AveragerPair.cc 30 AveragerWeighted.cc AveragerPairWeighted.cc Distance.cc 31 Euclidean.cc Fisher.cc FoldChange.cc Histogram.cc Pearson.cc 29 libstatistics_la_SOURCES = AUC.cc Averager.cc AveragerPair.cc \ 30 AveragerWeighted.cc AveragerPairWeighted.cc Distance.cc \ 31 Euclidean.cc Fisher.cc FoldChange.cc Histogram.cc Pearson.cc \ 32 32 PearsonCorrelation.cc PearsonDistance.cc ROC.cc \ 33 SAMScore.cc Score.cc SNRScore.cc tScore.cc 33 SAMScore.cc Score.cc SNRScore.cc tScore.cc tTest.cc \ 34 34 utility.cc VectorFunction.cc WilcoxonFoldChange.cc 35 35 36 36 include_statisticsdir = $(includedir)/yat/statistics 37 37 38 include_statistics_HEADERS = AUC.h Averager.h AveragerPair.h 38 include_statistics_HEADERS = AUC.h Averager.h AveragerPair.h \ 39 39 AveragerWeighted.h AveragerPairWeighted.h Distance.h Euclidean.h \ 40 Fisher.h\40 euclidean_vector_distance.h Fisher.h \ 41 41 FoldChange.h Histogram.h Pearson.h PearsonCorrelation.h \ 42 PearsonDistance.h ROC.h \42 PearsonDistance.h pearson_vector_distance.h ROC.h \ 43 43 SAMScore.h Score.h SNRScore.h tScore.h tTest.h \ 44 utility.h VectorFunction.h WilcoxonFoldChange.h44 utility.h vector_distance.h VectorFunction.h WilcoxonFoldChange.h
Note: See TracChangeset
for help on using the changeset viewer.