suq2.utils.gldComparisonKL: Compare if two GLDs belongs to the same distribution based in...

Description Usage Arguments Author(s) Examples

View source: R/gld_utilities.R

Description

This function return the KL.dist of two GLDs.

Usage

1
2
suq2.utils.gldComparisonKL(L1, L2, param = "fmkl", no.test = 1000,
  len = floor(0.9 * no.test), alpha = 0.05)

Arguments

L1

Lambda values of the first GLD.

L2

Lambda values of the second GLD.

Author(s)

Noel Moreno Lemus

Examples

1
2
3
L1 = c(0, 2, 0.25, 1.5)
L2 = c(0, 2, 0.3, 1.75)
D <- suq2.utils.gldComparisonKL(L1, L2)

nmlemus/suq2 documentation built on May 30, 2019, 5 a.m.