emg.nllik {emg} | R Documentation |
Negative log likelihood function for EMG
emg.nllik(x, mu, sigma, lambda)
x |
vector of observations |
mu |
mu of normal |
sigma |
sigma of normal |
lambda |
lambda of exponential |
A single real value of the negative log likelihood that the given parameters explain the observations.
Shawn Garbett
y <- remg(200)
emg.nllik(y, 0, 1, 1)