Home
last modified time | relevance | path

Searched refs:KSTest (Results 1 – 9 of 9) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/calculators/
H A Dsharedkstest.h18 class KSTest : public Calculator {
21 KSTest() : Calculator("kstest", 3, false) {}; in KSTest() function
H A Dsharedkstest.cpp14 EstOutput KSTest::getValues(vector<SharedRAbundVector*> shared){ in getValues()
/dports/devel/spark/spark-2.1.1/R/pkg/
H A DNAMESPACE375 "print.summary.KSTest",
403 S3method(print, summary.KSTest)
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dsummarysharedcommand.cpp217 sumCalculators.push_back(new KSTest()); in execute()
467 sumCalculators.push_back(new KSTest()); in driverSummaryShared()
H A Dcollectsharedcommand.cpp308 …cDisplays.push_back(new CollectDisplay(new KSTest(), new SharedOneColumnFile(getOutputFileName("ks… in CollectSharedCommand()
H A Ddistsharedcommand.cpp349 matrixCalculators.push_back(new KSTest()); in process()
H A Dgetmetacommunitycommand.cpp672 matrixCalculator = new KSTest(); in generateDistanceMatrix()
H A Dtreesharedcommand.cpp523 treeCalculators.push_back(new KSTest()); in process()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dvalidcalculator.cpp182 …}else if (Estimators[i] == "kstest") { Calculator* temp = new KSTest(); m->mothurOut(temp->getName… in printCitations()