dLogLikelihood: dLogLikelihood

Description Usage Arguments Value Author(s) Examples

View source: R/dLogLikelihood.R

Description

Calculates the log Likelihood of a normally distributed event.

Usage

1
dLogLikelihood(x = "numeric", pars = c(mu = 0, sigma = 1))

Arguments

x

The x-value(numeric)

pars

Numeric vector with two entries c(mu, sigma). Where mu is the expectation value and sigma is the standard deviation. (numeric)

Value

The logLikelihood. (numeric)

Author(s)

Sebastian Malkusch, malkusch@med.uni-frankfurt.de

Examples

1
y <- pguIMP::dLogLikelihood(x=5, pars = c(mu=0.0, sigma=1.0))

pguIMP documentation built on Sept. 30, 2021, 5:08 p.m.