달력

3

« 2025/3 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2019. 3. 21. 20:54

harmonic regression 공부/통계학2019. 3. 21. 20:54

A regression model containing Fourier terms is often called a harmonic regression because the successive Fourier terms represent harmonics of the first two Fourier terms.


A test for a group of autocorrelations is called a portmanteau test, from a French word describing a suitcase containing a number of items.

One such test is the Box-Pierce test, based on the following statisticQ=Tk=1hrk2,where h is the maximum lag being considered and T is the number of observations. If each rk is close to zero, then Q will be small. If some rkvalues are large (positive or negative), then Q will be large. We suggest using h=10 for non-seasonal data and h=2m for seasonal data, where m is the period of seasonality. However, the test is not good when h is large, so if these values are larger than T/5, then use h=T/5

A related (and more accurate) test is the Ljung-Box test, based onQ=T(T+2)k=1h(Tk)1rk2.

Again, large values of Q suggest that the autocorrelations do not come from a white noise series.

'공부 > 통계학' 카테고리의 다른 글

Spectral analysis  (0) 2019.05.08
핸즈 온 머신러닝 6장 decision tree  (0) 2019.04.30
핸즈 온 머신러닝 3장 Binary Classifier  (0) 2019.01.30
핸즈온 머신러닝 시작 sklearn  (0) 2019.01.28
AR(2) stationary condition  (0) 2019.01.14
:
Posted by 시스메