Log likelihood loss evaluation metric

Evaluation.log_likelihood_loss(data.observed = NULL, data.predicted,
  eps = 0.000000000000001)

Arguments

data.observed

is unused. It is included in the function to comply to the general.

data.predicted

the Y outcome from the estimator.

eps

is a small offset to let the log not go to Inf.

Value

double the calculated log likelihood loss.