Description Usage Arguments Value Author(s) Examples
View source: R/dLogLikelihood.R
Calculates the log Likelihood of a normally distributed event.
1 | dLogLikelihood(x = "numeric", pars = c(mu = 0, sigma = 1))
|
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) |
The logLikelihood. (numeric)
Sebastian Malkusch, malkusch@med.uni-frankfurt.de
1 | y <- pguIMP::dLogLikelihood(x=5, pars = c(mu=0.0, sigma=1.0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.