computeLogLik {YAPSA}R Documentation

Compute the loglikelihood

Description

Compute the loglikelihood

Usage

computeLogLik(in_vector, in_pdf = NULL, verbose = FALSE)

Arguments

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 in_verbose=1

Value

A numeric value (sum of the logarithms of the likelihoods of the input vector)

Examples

NULL


[Package YAPSA version 1.19.0 Index]