Skip to content
Prev 21808 / 29559 Next

Mann-kendall

Hello!

ah! that "return(unlist(MannKendall(x)))" might have been why i didn't
manage to do it with the calc function,  will try it out, thank you!

I have a landsat image of a large study area, about 1 092 005 cells by 7
"measurements", hence my avoidance of pixel by pixel but I am going to try
yours. (I also know I shouldn't be using this test for significance of the
MK here but this is just a test set that I am using for developing the
algorithm). Thank you also for the suggestion on how to generate the data.

I'm going to leave the kendall you sugested running through the night. I
have the following warning though:

WARNING: Error exit, tauk2, IFAULT =  10

I've been reading and it might be related to the low number of n for my
testing case.
Found online in a response from the package maintainer A.I. McLeod:

"Thank you though for your comments.  So I will improve the documentation
for Kendall by terminating the program with an error message when n<=3
(this case is of no interest to me) and warning message when n<12 that the
p-values may be inaccurate."


Thank you for everything!
Nuno
On 9 October 2014 00:26, Forrest Stevens <forrest at ufl.edu> wrote: