computeLogLik {YAPSA} | R Documentation |
Compute the loglikelihood
computeLogLik(in_vector, in_pdf = NULL, verbose = FALSE)
in_vector |
Numeric vector of input values of which the loglikelihood is computed. |
in_pdf |
Probability distribution function, if NULL a normal distribution is used. |
verbose |
Verbose if |
A numeric value (sum of the logarithms of the likelihoods of the input vector)
NULL