public class ShapiroWilkTestResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
ERROR_DATA_NOT_SORTED |
int |
ERROR_N_GREATER_THAN_5000 |
int |
ERROR_N_LESS_THAN_3 |
int |
ERROR_NONE |
int |
ERROR_UNKNOWN1 |
int |
ERROR_UNKNOWN2 |
int |
ERROR_UNKNOWN3 |
int |
ERROR_ZERO_RANGE |
int |
errorCode |
double |
pValue |
double |
testStatistic |
Constructor and Description |
---|
ShapiroWilkTestResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSignificant() |
boolean |
isSignificant(double pLevel) |
public int ERROR_NONE
public int ERROR_N_LESS_THAN_3
public int ERROR_N_GREATER_THAN_5000
public int ERROR_UNKNOWN1
public int ERROR_UNKNOWN2
public int ERROR_UNKNOWN3
public int ERROR_ZERO_RANGE
public int ERROR_DATA_NOT_SORTED
public double testStatistic
public double pValue
public int errorCode