IndependenceTest
IndependenceTest[v1,v2] tests whether the vectors v1 and v2 are independent.
IndependenceTest[m1,m2] tests whether the matrices m1 and m2 are independent.
IndependenceTest[…,"property"] returns the value of "property".
Examples
IndependenceTest[{1,2,3,4,5}, {2,4,6,8,10}]Please visit the official Wolfram Language Reference for more details.