emplikeGOFinternal: Internal Function for mapply
Description
internal function not called by userUsage
emplikeGOFinternal(x, testcall=c("uniform", "normal"), delta=0.50)
Arguments
x
vector of values to test
testcall
Type of distribution: either uniform or normal
Value
returns test statistic.
Details
This function computes the test statistic just as the db.emplike.gof
function. This function however does not compute a p-value for the
test statistic. This function is used in internal mapply's in the
return.cutoff function, where only the test statistic is needed. It
was deisgned to help with efficiency.