Mann Kendall sequential test
The attached paper descibes the method. pages 65-66.
Thank you very much
you can use flipud in matlab, and you can get the opposite sequence.
for example:
clc
clear
cd('F:\PAPER CREAT\MK')
w=xlsread('.xls');
data=w;time=(1900:1990)';U=norminv(1-0.05/2,0,1);
N=size(data,1);n=2;nb=1;nB=2;ri=zeros(N,1);rbi=zeros(N,1);s=0;datac=flipud(data);
SFk=zeros(N,1);SBk=zeros(N,1);UFk=zeros(N,1);UBk=zeros(N,1);%data be limited in column
%in inverse order(RbI,UBK,SBK) & natural order(RI,UFK,SFK)
for n=2:N
ri(n)=sum(double(data(1:n-1)
Thank's for your help
Hello, I spin-cast two different polymers onto wafers and measure their height as a function of initial concentration. For polymer A, I have the weight-average molecular weight (Mw) as well as...
28 February 2021 7,882 2 View
I would like to get more information on the cyclic compressive fatigue testing (BS EN 12697 - 25) which is typically done for bituminous material in pavement design. Any one can advise on the...
28 February 2021 2,004 3 View
I think we were all surprised at the first time we got to know quantum mechanics that the squared modulus of the wave function is the probability density of the existence of the particle? The role...
28 February 2021 6,282 9 View
If I want to compare characteristics of 2 groups of patients, one group is recruited from a random sample of the general public while another group is from a sample with a fixed gender (male to...
26 February 2021 3,526 3 View
My purpose is to recognize the volatility clustering property without statistical tests such as The Lagrange Multiplier (LM) test.
24 February 2021 4,150 3 View
I am looking for a classification of the research methods included in literature review papers or Meta analysis ones .
22 February 2021 1,131 4 View
Would you please let me to know about the methods for measurement of medullation and Kemp % on animal? My problem is that the wool sampling and sending to laboratory is not possible. So I would...
21 February 2021 7,260 4 View
I am doing a study on how programmers with different levels of expertise choose class names. A description was provided to the participants together with a list of possible class names for the...
21 February 2021 3,662 4 View
When I run the job for TS(QST3) in gaseous phase, it was completed without any error. But when I add water in CPCM model it terminated with an error: Inconsistency: ModMin= 2 Eigenvalue=...
21 February 2021 3,198 2 View
Hello Everyone, I have one population, sample size 200. and needed to find the correlation between Variable A and B. Also, which T-test should I choose for hypothesis testing Please advise...
21 February 2021 7,591 4 View