javanpst.tests
Class StatisticalTest
- java.lang.Object
-
- javanpst.tests.StatisticalTest
-
- Direct Known Subclasses:
- A_DTest, CDTest, ChiSquareTest, ConcordanceCoefficient, ConfidenceQuantile, ContingencyCoefficient, ControlMedianTest, DanielTrendTest, David_BartonTest, ExtendedMedianTest, FisherTest, Freund_Ansari_BradleyTest, FriedmanTest, IncompleteConcordance, JTTest, K_STest, K_STest, KendallTest, KlotzTest, KruskalWallisTest, LillieforsTest, McNemarTest, MedianTest, MoodTest, MultinomialEqualityTest, NormalScoresTest, NumberRunsTest, OrderedEqualityTest, PageTest, PartialCorrelationTest, PopulationQuantile, RunsUpDownMedianTest, RunsUpDownTest, Siegel_TukeyTest, SignTest, SukhatmeTest, VonNeumannTest, Wald_WolfowitzTest, WilcoxonRankSumTest, WilcoxonTest
public abstract class StatisticalTest extends java.lang.ObjectAn abstract class representing basic functionality for statistical tests.
-
-
Constructor Summary
Constructors Constructor and Description StatisticalTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description abstract voidclearData()Clears the data stored in the testabstract voiddoTest()Perform the testbooleanisDataReady()Tests is the data is ready to carry out the testbooleanisPerformed()Tests is the test have been already carried outabstract java.lang.StringprintData()Prints the data stored in the testabstract java.lang.StringprintReport()Prints a report with the results of the test
-
-
-
Method Detail
-
isDataReady
public boolean isDataReady()
Tests is the data is ready to carry out the test- Returns:
- true if the data is ready. False, otherwise
-
isPerformed
public boolean isPerformed()
Tests is the test have been already carried out- Returns:
- true if the test have been already performed. False, otherwise
-
printReport
public abstract java.lang.String printReport()
Prints a report with the results of the test- Returns:
- Output report
-
printData
public abstract java.lang.String printData()
Prints the data stored in the test- Returns:
- Data stored
-
doTest
public abstract void doTest()
Perform the test
-
clearData
public abstract void clearData()
Clears the data stored in the test
-
-
DMelt 3.0 © DataMelt by jWork.ORG