Join us for
RADAR: AI Edition

likelihoodExplore (version 0.1.0)

likelihood: Log Likelihood Function Maker

Description

Function that creates a log likelihood function given a density function density.

Usage

likelihood(density, ...)

Arguments

density

density function used

...

other options

Value

A function that is the log likelihood function from density function density.

Details

The log likelihood is the log of a function of parameters given the data.

Examples

Run this code
# NOT RUN {
likelihood(dnorm, x = rnorm(100))

# }

Run the code above in your browser using DataLab