javanpst.tests.randomness.runsUpDownTest
Class RunsUpDownTest
- java.lang.Object
-
- javanpst.tests.StatisticalTest
-
- javanpst.tests.randomness.runsUpDownTest.RunsUpDownTest
-
public class RunsUpDownTest extends StatisticalTest
A test based on runs up and down This tests check randomness of a numeric sequence by analyzing the changes in direction of its runs (ascending or descending). A normal approximation is also provided.
-
-
Constructor Summary
Constructors Constructor and Description RunsUpDownTest()Default builderRunsUpDownTest(NumericSequence newSequence)Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclearData()Clears the data stored in the testvoiddoTest()Perform the testdoublegetDoublePValue()Get double tail p-valuedoublegetExactDoublePValue()Get double tail exact p-valuedoublegetExactLeftPValue()Get left tail exact p-valuedoublegetExactRightPValue()Get right tail exact p-valuedoublegetLeftPValue()Get left tail p-valuedoublegetRightPValue()Get right tail p-valuedoublegetRuns()Get the number of runsjava.lang.StringprintData()Prints the data stored in the testjava.lang.StringprintReport()Prints a report with the results of the testvoidsetData(NumericSequence newSequence)Load data to test.-
Methods inherited from class javanpst.tests.StatisticalTest
isDataReady, isPerformed
-
-
-
-
Constructor Detail
-
RunsUpDownTest
public RunsUpDownTest()
Default builder
-
RunsUpDownTest
public RunsUpDownTest(NumericSequence newSequence)
Builder. Load data to test.- Parameters:
newSequence- data to test.
-
-
Method Detail
-
clearData
public void clearData()
Clears the data stored in the test- Specified by:
clearDatain classStatisticalTest
-
setData
public void setData(NumericSequence newSequence)
Load data to test.- Parameters:
newSequence- data to test.
-
doTest
public void doTest()
Description copied from class:StatisticalTestPerform the test- Specified by:
doTestin classStatisticalTest
-
getRuns
public double getRuns()
Get the number of runs- Returns:
- number of runs
-
getExactLeftPValue
public double getExactLeftPValue()
Get left tail exact p-value- Returns:
- left tail p-value computed
-
getExactRightPValue
public double getExactRightPValue()
Get right tail exact p-value- Returns:
- right tail p-value computed
-
getExactDoublePValue
public double getExactDoublePValue()
Get double tail exact p-value- Returns:
- double tail p-value computed
-
getLeftPValue
public double getLeftPValue()
Get left tail p-value- Returns:
- left tail p-value computed
-
getRightPValue
public double getRightPValue()
Get right tail p-value- Returns:
- right tail p-value computed
-
getDoublePValue
public double getDoublePValue()
Get double tail p-value- Returns:
- double tail p-value computed
-
printData
public java.lang.String printData()
Prints the data stored in the test- Specified by:
printDatain classStatisticalTest- Returns:
- Data stored
-
printReport
public java.lang.String printReport()
Prints a report with the results of the test- Specified by:
printReportin classStatisticalTest- Returns:
- Output report
-
-
DMelt 3.0 © DataMelt by jWork.ORG