Class InformationTheory.GTestStatistics
java.lang.Object
org.tribuo.util.infotheory.InformationTheory.GTestStatistics
- Enclosing class:
InformationTheory
An immutable named tuple containing the statistics from a G test.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double
final int
final double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
gStatistic
public final double gStatistic -
numStates
public final int numStates -
probability
public final double probability
-
-
Constructor Details
-
GTestStatistics
public GTestStatistics(double gStatistic, int numStates, double probability)
-
-
Method Details
-
toString
-