llikNorm: Log likelihood for normal distribution

View source: R/llik.R

llikNormR 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)


rxode2ll documentation built on April 12, 2025, 1:56 a.m.