Problem 1212. Mann-Kendall Correlation
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
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers27
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9121 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15765 Solvers
-
284 Solvers
-
Return unique values without sorting
997 Solvers
-
Determine Whether an array is empty
808 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!