If a wooden stick with a length of 1 meter is randomly cut into two sections, what is the correlation coefficient of the length of the two sections?
Refine[Correlation[{x, 1 - x}], 1 > x > 0]
I use the above code and get a result of 1
, but the answer is -1
, I want to know what’s wrong?