EMLogLR: Original empirical log likelihood ratio

Description Usage Arguments Value Author(s) See Also Examples

Description

The function extracts the empirical log likelihood ratio value produced by el.test() function from package "emplik".

Usage

1

Arguments

x

Data matrix.

mean

The mean value to be evaluated.

Value

The function will return a numerical value representing the original empirical log likelihood ratio.

Author(s)

Yu Zhang & Fan Wu

See Also

EEL

Examples

1
2
3
x=rnorm(50,0,1)
# find the empirical log likelihood ratio at point 0
EMLogLR(x,0)

eel documentation built on May 2, 2019, 5:11 a.m.