|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.apache.spark.mllib.stat.test.ChiSqTestResult
public class ChiSqTestResult
:: Experimental :: Object containing the test results for the chi-squared hypothesis test.
Method Summary | |
---|---|
int |
degreesOfFreedom()
Returns the degree(s) of freedom of the hypothesis test. |
String |
method()
|
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. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public double pValue()
TestResult
pValue
in interface TestResult<Object>
public int degreesOfFreedom()
TestResult
degreesOfFreedom
in interface TestResult<Object>
public double statistic()
TestResult
statistic
in interface TestResult<Object>
public String method()
public String nullHypothesis()
TestResult
nullHypothesis
in interface TestResult<Object>
public String toString()
TestResult
toString
in interface TestResult<Object>
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |