A vector of logical values indicating whether the specified data
the specified GLDs cover the minimum and the maximum values in a dataset
Arguments
data
A vector of numerical dataset
lambdas
A matrix of four columns representing lambda 1 to lambda 4 of the GLD
param
Can be "rs", "fkml" or "fmkl"
lessequalmin
Can be 0 or 1
greaterequalmax
Can be 0 or 1
Author
Steve Su
Details
lessequalmin==1 means the lowest value of GLD <= minimum value of data
lessequalmin==0 means the lowest value of GLD < minimum value of data
greaterequalmin==1 means the highest value of GLD >= maximum value of data
greaterequalmin==0 means the highest value of GLD > maximum value of data