javanpst.tests.randomness.vonNeumannTest
Class VonNeumannTest
- java.lang.Object
-
- javanpst.tests.StatisticalTest
-
- javanpst.tests.randomness.vonNeumannTest.VonNeumannTest
-
public class VonNeumannTest extends StatisticalTest
The Von Neumann test This tests check randomness of a numeric sequence by assigning ranks to each value. A normal approximation is also provided.
-
-
Constructor Summary
Constructors Constructor and Description VonNeumannTest()Default builderVonNeumannTest(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-valuedoublegetNM()Get the NM statisticdoublegetRightPValue()Get right tail p-valuedoublegetRVN()Get the RVN statisticjava.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
-
VonNeumannTest
public VonNeumannTest()
Default builder
-
VonNeumannTest
public VonNeumannTest(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()
Perform the test- Specified by:
doTestin classStatisticalTest
-
getNM
public double getNM()
Get the NM statistic- Returns:
- NM statistic
-
getRVN
public double getRVN()
Get the RVN statistic- Returns:
- RVN statistic
-
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