Class InformationTheory.GTestStatistics

java.lang.Object
org.tribuo.util.infotheory.InformationTheory.GTestStatistics
Enclosing class:
InformationTheory

public static final class InformationTheory.GTestStatistics extends Object
An immutable named tuple containing the statistics from a G test.
  • 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