computeLogLik: Compute the loglikelihood

Description Usage Arguments Value Examples

View source: R/confidence.R

Description

Compute the loglikelihood

Usage

1
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

1

YAPSA documentation built on Nov. 8, 2020, 4:59 p.m.