powered by
Calculates the log Likelihood of a normally distributed event.
dLogLikelihood(x = "numeric", pars = c(mu = 0, sigma = 1))
The x-value(numeric)
Numeric vector with two entries c(mu, sigma). Where mu is the expectation value and sigma is the standard deviation. (numeric)
The logLikelihood. (numeric)
# NOT RUN { y <- pguIMP::dLogLikelihood(x=5, pars = c(mu=0.0, sigma=1.0)) # }
Run the code above in your browser using DataLab