Java org.apache.mahout.math.stats LogLikelihood fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math.stats LogLikelihood fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math.stats LogLikelihood.

The text is from its open source code.

Method

doublelogLikelihoodRatio(long k11, long k12, long k21, long k22)
Calculates the Raw Log-likelihood ratio for two events, call them A and B.
doublerootLogLikelihoodRatio(long k11, long k12, long k21, long k22)
Calculates the root log-likelihood ratio for two events.