Description Usage Arguments Author(s) Examples
View source: R/gld_utilities.R
This function return the KL.dist of two GLDs.
1 2 | suq2.utils.gldComparisonKL(L1, L2, param = "fmkl", no.test = 1000,
len = floor(0.9 * no.test), alpha = 0.05)
|
L1 |
Lambda values of the first GLD. |
L2 |
Lambda values of the second GLD. |
Noel Moreno Lemus
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.