Auxiliary function that is used in copula fitting. This function works with different two sample test, ftest transforms it as test in fitCBB function and OptimCBB function.
Usage
ftest(x, y, test = c("wilcox.test", "t.test"))
Arguments
x
real vector
y
real vector
test
can be wilcox.test or t.test
Value
Details
form that work with two test, if test is missing test is defined for wilcox.test.