Learn R Programming

DiscreteDists (version 1.1.3)

logLik_NPGL: logLik_NPGL

Description

This is an auxiliar function to obtain the logLik for NPGL.

Usage

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

Arguments

param

vector with the values for mu and sigma

x

vector with the data

Examples

Run this code
y <- rNPGL(n=100, mu=0.1, sigma=2)
logLik_NPGL(param=c(0, 0), x=y)

Run the code above in your browser using DataLab