原理后续补充
theil-sen trend analysis
from sklearn.linear_model import TheilSenRegressor
Theil-Sen trend analysis有无截距计算的差异
no intercept–>fit_intercept=False
intercept–>fit_intercept=True
MK检验
The Mann-Kendall Trend Test (sometimes called the MK test) is used to analyze time series data for consistently increasing or decreasing trends (monotonic trends). It is a non-parametric test, which means it works for all distributions (i.e. data doesn’t have to meet the assumption of normality), but d