public class KolmogorovSmirnovTestResult extends Object implements TestResult<Object>
| Modifier and Type | Method and Description | 
|---|---|
| int | degreesOfFreedom()Returns the degree(s) of freedom of the hypothesis test. | 
| String | nullHypothesis()Null hypothesis of the test. | 
| double | pValue()The probability of obtaining a test statistic result at least as extreme as the one that was
 actually observed, assuming that the null hypothesis is true. | 
| double | statistic()Test statistic. | 
| String | toString()String explaining the hypothesis test result. | 
public int degreesOfFreedom()
TestResultdegreesOfFreedom in interface TestResult<Object>public String nullHypothesis()
TestResultnullHypothesis in interface TestResult<Object>public double pValue()
TestResultpValue in interface TestResult<Object>public double statistic()
TestResultstatistic in interface TestResult<Object>public String toString()
TestResulttoString in interface TestResult<Object>toString in class Object