llikNorm {rxode2ll} | R Documentation |
Log likelihood for normal distribution
llikNorm(x, mean = 0, sd = 1, full = FALSE)
x |
Observation |
mean |
Mean for the likelihood |
sd |
Standard deviation for the likelihood |
full |
Add the data frame showing x, mean, sd as well as the fx and derivatives |
data frame with fx
for the pdf value of with dMean
and
dSd
that has the derivatives with respect to the parameters at
the observation time-point
Matthew L. Fidler
llikNorm(0)
llikNorm(seq(-2,2,length.out=10), full=TRUE)