Class TTest.Result
- java.lang.Object
-
- org.apache.commons.statistics.inference.BaseSignificanceResult
-
- org.apache.commons.statistics.inference.TTest.Result
-
- All Implemented Interfaces:
SignificanceResult
- Enclosing class:
- TTest
public static final class TTest.Result extends BaseSignificanceResult
Result for the t-test.This class is immutable.
-
-
Field Summary
Fields Modifier and Type Field Description private double
degreesOfFreedom
Degrees of freedom.
-
Constructor Summary
Constructors Constructor Description Result(double statistic, double degreesOfFreedom, double p)
Create an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDegreesOfFreedom()
Gets the degrees of freedom.-
Methods inherited from class org.apache.commons.statistics.inference.BaseSignificanceResult
getPValue, getStatistic
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.commons.statistics.inference.SignificanceResult
reject
-
-