Sequential Mann Kendall Test

버전 1.0.0.0 (2.71 KB) 작성자: Pankaj Dey
Test for finding potential trend turning points in time series.
다운로드 수: 737
업데이트 날짜: 2017/8/29

라이선스 보기

This function is used to find the potential trend turning point in long
term datsets.
Code written by Pankaj Dey, PhD scholar, Department of Civil Engineering,
Indian Institute of Science, Bangalore.

Input: The time series data with first column with time index and the
second column with the values of the variable. Size is n x 2, where n is
no. of elements in time series dataset.


Output: 'sqmk' consists of 3 columns. The first column gives the
progressive series, second column gives the retrograde series and the
third one gives the logical series. The ones are the value in the time
index from where the potential truning point with respect ot trend has
occured.


Reference: Chatterjee, S., Bisai, D. and Khan, A., 2014. Detection of approximate potential trend turning points in temperature time series (1941–2010) for Asansol Weather Observation Station, West Bengal, India. India. Atmospheric and Climate Sciences, 4, pp.64-69.

인용 양식

Pankaj Dey (2024). Sequential Mann Kendall Test (https://www.mathworks.com/matlabcentral/fileexchange/63708-sequential-mann-kendall-test), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Changes in line 57 and 58 for consistency of the results.
A slight modification is done in line no 36 and 37.