Learn R Programming

RelDists (version 1.0.2)

logLik_GLIN: logLik_GLIN

Description

Auxiliary function to compute the log-likelihood of the GLIN distribution.

Usage

logLik_GLIN(param = c(0, 0), x)

Arguments

param

Numeric vector containing the values of the parameters

x

Numeric vector containing the observations.

Examples

Run this code
y <- rGLIN(n = 100, mu = 3, sigma = 1.2)
logLik_GLIN(param = c(0, 0), x = y)

Run the code above in your browser using DataLab