• Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ScoreType.NullModel

      In this class, calculateScore returns the probability of a Symbol being emitted by the null model.

      static class  ScoreType.Odds

      In this class, calculateScore returns the odds ratio of a symbol being emitted.

      static class  ScoreType.Probability

      In this class, calculateScore returns the probability of a Symbol being emitted.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double calculateScore​(Distribution dist, Symbol sym)

      Calculates the score associated with a distribution and a symbol.