Calculates the ratio of the likelihood that data came from the positive Gamma distribution (activation) to the likelihood that data came from the other two distributions (Normal and negative Gamma)
Usage
N2G.Likelihood.Ratio(data, par)
Arguments
data
The dataset (usually a vector)
par
The parameter vector for the N2G model
Value
Returns the vector of likelihood ratio's
}
author{J. L. Marchini}