Last change
on this file since 529 was
529,
checked in by Markus Ringnér, 17 years ago
|
Added score for signal-to-noise ratio (Golub score). Fixed documentation. Improved weighted version of tScore
|
File size:
1.1 KB
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ |
---|
4 | |
---|
5 | |
---|
6 | INCLUDES = @LOCAL_INCLUDES@ |
---|
7 | |
---|
8 | noinst_LTLIBRARIES = libstatistics.la |
---|
9 | libstatistics_la_SOURCES = \ |
---|
10 | Averager.cc AveragerPair.cc AveragerWeighted.cc \ |
---|
11 | AveragerPairWeighted.cc \ |
---|
12 | Fisher.cc FoldChange.cc \ |
---|
13 | Histogram.cc Kernel.cc KernelBox.cc KernelTriCube.cc Linear.cc \ |
---|
14 | LinearWeighted.cc Local.cc \ |
---|
15 | MultiDimensional.cc Naive.cc NaiveWeighted.cc OneDimensional.cc\ |
---|
16 | Pearson.cc PearsonDistance.cc \ |
---|
17 | Polynomial.cc ROC.cc Score.cc tScore.cc SNR.cc utility.cc \ |
---|
18 | WilcoxonFoldChange.cc |
---|
19 | |
---|
20 | include_statisticsdir = $(includedir)/c++_tools/statistics |
---|
21 | |
---|
22 | include_statistics_HEADERS = \ |
---|
23 | Averager.h AveragerPair.h AveragerWeighted.h \ |
---|
24 | AveragerPairWeighted.h \ |
---|
25 | Distance.h \ |
---|
26 | Fisher.h FoldChange.h \ |
---|
27 | Histogram.h Kernel.h KernelBox.h KernelTriCube.h Linear.h LinearWeighted.h \ |
---|
28 | Local.h MultiDimensional.h Naive.h NaiveWeighted.h OneDimensional.h \ |
---|
29 | OneDimensionalWeighted.h Pearson.h PearsonDistance.h \ |
---|
30 | Polynomial.h ROC.h Score.h SNR.h tScore.h \ |
---|
31 | utility.h WilcoxonFoldChange.h |
---|
Note: See
TracBrowser
for help on using the repository browser.