powered by
Negative log likelihood function for EMG
emg.nllik(x, mu, sigma, lambda)
vector of observations
mu of normal
sigma of normal
lambda of exponential
A single real value of the negative log likelihood that the given parameters explain the observations.
emg.mle
# NOT RUN { y <- remg(200) emg.nllik(y, 0, 1, 1) # }
Run the code above in your browser using DataLab