时间序列趋势检验相关检验方法:斜率法、Cox-Stuart检验、Mann-Kendall检验

文章目录

  • 1.斜率法
    • 1.1.原理
    • 1.2.优缺点
    • 1.3.Python代码
  • 2.Cox-Stuart检验
    • 2.1.原理
    • 2.2.优缺点
    • 2.3.Python代码
  • 3.Mann-Kendall 检验
    • 3.1.原理
      • 3.1.1.假设前提
      • 3.1.2.趋势检验
      • 3.1.3.S到Z的变换原理
      • 3.1.4.Var(s)是如何得到的
      • 3.1.5.衡量趋势的指标:倾斜度

你可能感兴趣的:(信号处理&数理统计系列,算法,时间序列,趋势算法)