필터 지우기
필터 지우기

How to remove seasonal component from a time series using filter??

조회 수: 14 (최근 30일)
Chris Martin
Chris Martin 2014년 5월 29일
댓글: Robbie Andrew 2018년 2월 20일
How to remove seasonal component from a time series using filter??
  댓글 수: 1
Gracy
Gracy 2016년 9월 7일
In https://in.mathworks.com/help/econ/seasonal-adjustment.html?s_tid=answers_rc2-1_p4 stable seasonal filter what values the Y axis represent in Figure "stable seasonal filter" Before step 5

댓글을 달려면 로그인하십시오.

답변 (2개)

Roger Wohlwend
Roger Wohlwend 2014년 5월 30일
There's an example in the MATLAB documentation that explains how to do it. Just search for "Seasonal Adjustment Using a Stable Seasonal Filter".
  댓글 수: 5
Gracy
Gracy 2016년 9월 7일
I saw the documentation in which (below mention) 1) the use of unstable filter with 3 by 3 or 3 by 5 is used. what aspect will decide whether to use 3by 3 filter or 3by5. 2) How can we estimate and apply the Trend /noise (I/C) in henderson filter 3) From where these Asymmetric weights for end of series of Henderson filters are coming???
Can somebody help me to explain. I shall be very thankful to you. https://in.mathworks.com/help/econ/seasonal-adjustment-using-snxd7m-seasonal-filters.html?s_tid=answers_rc2-2_p5
Robbie Andrew
Robbie Andrew 2018년 2월 20일
@Gracy, quite a delayed response, but I've just looked at this myself and worked out how to generate the asymmetric filter based on the Henderson filter. (Somewhat clumsy) code here: http://folk.uio.no/roberan/public/matlab/asymMusgraveFilter.m

댓글을 달려면 로그인하십시오.


Chad Greene
Chad Greene 2014년 5월 30일
Here's a function that offers a slightly clunky, but common way of doing it. Similarly, this may help remove monthly averages or daily averages.
  댓글 수: 2
Chad Greene
Chad Greene 2014년 6월 3일
Getting specific answer requires asking a specific question. Be clear about what data you have and what result you are seeking.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by