Write a function that returns the Mann-Kendall correlation between two variables x and y
Example
mk([1 2 3],[4 5 6])
ans = 1
mk([1 2 3 4 5],[1 2 4 3 5])
ans = 0.8
5171 Solvers
Back to basics 19 - character types
189 Solvers
How many days does the cat take to climb out of the hole?
55 Solvers
The sum of the numbers in the vector
341 Solvers
3000 Solvers
Problem Tags