powered by
This function will return a single logical value showing whether a combination of L1, L2, L3 and L4 is a valid GLD.
fun.check.gld(lambda1, lambda2, lambda3, lambda4, param)
A single logical value indicating whether the specified GLD is a valid probability density function
A numerical vector for L1 of GLD
A numerical vector for L2 of GLD
A numerical vector for L3 of GLD
A numerical vector for L4 of GLD
Can be "rs", "fmkl", or "fkml"
Steve Su
fun.check.gld.multi
fun.check.gld(1,4,3,2,"rs") fun.check.gld(1,4,3,2,"fkml") fun.check.gld(1,4,3,-2,"rs")
Run the code above in your browser using DataLab