llikNorm {rxode2ll} | R Documentation |
Log likelihood for normal distribution
Description
Log likelihood for normal distribution
Usage
llikNorm(x, mean = 0, sd = 1, full = FALSE)
Arguments
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 |
Value
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
Author(s)
Matthew L. Fidler
Examples
llikNorm(0)
llikNorm(seq(-2,2,length.out=10), full=TRUE)
[Package rxode2ll version 2.0.11 Index]