Sens Trend Test with seasonallity present, non-parametric

버전 1.1.0.0 (2.98 KB) 작성자: Jeff Burkey
A monotonic trend test that has good power with seasonal data. Requires no missing data.
다운로드 수: 2.1K
업데이트 날짜: 2008/12/21

라이선스 보기

Sen's Trend Test with seasonallity present - Sen T

Another seasonal trend test that has good power detetecting a monotonic trends when seasonal cycles are present. But should only be used when no data are missing. When no data are missing this test is more accurate than the Kendall Seasonal (unless serial dependence is accounted for? See sktt.m for Seasonal Kendall Test and slope.
- Gilbert section 17.4, page 230

There is a subfunction 'rank' in this function that is used to compute ranks for all values in the dataset. Matlab's tiedrank estimates rankings differently then required for this statistic.

Syntax:
[T sig] = SenT(datain, alpha)

inputs:
datain(:,1) = year (e.g. 1999)
datain(:,2) = season (e.g. 1 through 12)
datain(:,3) = values to be analyzed
alpha = for two tail test (e.g. 0.05)

outputs:
T = Sen T value
sig = significance using normal distribution

Requirements:
If alpha is set to zero or not provided, significance will not be
computed. To test for significance, the Statistics Toolbox is
required. Otherwise there are no other functions outside of Matlab itself.

인용 양식

Jeff Burkey (2024). Sens Trend Test with seasonallity present, non-parametric (https://www.mathworks.com/matlabcentral/fileexchange/22428-sens-trend-test-with-seasonallity-present-non-parametric), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Updated description. The submitted Seasonal Kendall Trend test and slope is fully operational now (see sktt.m).

1.0.0.0