Changeset 1003 for trunk/yat/statistics


Ignore:
Timestamp:
Jan 18, 2008, 11:13:13 PM (16 years ago)
Author:
Peter
Message:

adding class for Kolmogorov Smirnov test

Location:
trunk/yat/statistics
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/Makefile.am

    r1000 r1003  
    66# Copyright (C) 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    77# Copyright (C) 2007 Jari Häkkinen, Peter Johansson
     8# Copyright (C) 2008 Peter Johansson
    89#
    910# This file is part of the yat library, http://trac.thep.lu.se/yat
     
    2930libstatistics_la_SOURCES = AUC.cc Averager.cc AveragerPair.cc \
    3031  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 \
    3234  PearsonCorrelation.cc ROC.cc \
    3335  SAMScore.cc Score.cc SNRScore.cc tScore.cc tTest.cc \
     
    3941  AveragerWeighted.h AveragerPairWeighted.h \
    4042  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 \
    4246  pearson_vector_distance.h ROC.h \
    4347  SAMScore.h Score.h SNRScore.h tScore.h tTest.h \
Note: See TracChangeset for help on using the changeset viewer.