Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Eviews5 / EViews5 / Docs / EViews 5 Users Guide.pdf
Скачиваний:
152
Добавлен:
23.03.2015
Размер:
11.51 Mб
Скачать

356—Chapter 11. Series

The forecasts from the multiplicative exponential smoothing method do a good job of tracking the seasonal movements in the actual series.

Hodrick-Prescott Filter

The Hodrick-Prescott Filter is a smoothing method that is widely used among macroeconomists to obtain a smooth estimate of the long-term trend component of a series. The method was first used in a working paper (circulated in the early 1980’s and published in 1997) by Hodrick and Prescott to analyze postwar U.S. business cycles.

Technically, the Hodrick-Prescott (HP) filter is a two-sided linear filter that computes the smoothed series s of y by minimizing the variance of y around s , subject to a penalty that constrains the second difference of s . That is, the HP filter chooses s to minimize:

T

T − 1

 

Σ ( yt st)2

+ λ Σ ( ( st + 1 st) − ( st st − 1) )2 .

(11.49)

t = 1

t = 2

 

The penalty parameter λ controls the smoothness of the series σ . The larger the λ , the smoother the σ . As λ = ∞ , s approaches a linear trend.

To smooth the series using the Hodrick-Prescott filter, choose Proc/Hodrick-Prescott Filter…:

Frequency (Band-Pass) Filter—357

First, provide a name for the smoothed series. EViews will suggest a name, but you can always enter a name of your choosing. Next, specify an integer value for the smoothing parameter, λ . You may specify the parameter using the frequency power rule of Ravn and Uhlig (2002) (the number of periods per year divided by 4, raised to a power, and multiplied by 1600), or you may specify λ directly. The default is to use a power rule of 2, yielding the original Hodrick and Prescott values for λ :

 

100

for annual data

 

 

 

λ =

1,600

for quarterly data

(11.50)

 

14,400

for monthly data

 

 

 

Ravan and Uhlig recommend using a power value of 4. EViews will round any non-integer values that you enter. When you click OK, EViews displays a graph of the filtered series together with the original series. Note that only data in the current workfile sample are filtered. Data for the smoothed series outside the current sample are filled with NAs.

Frequency (Band-Pass) Filter

EViews computes several forms of band-pass (frequency) filters. These filters are used to isolate the cyclical component of a time series by specifying a range for its duration. Roughly speaking, the band-pass filter is a linear filter that takes a two-sided weighted moving average of the data where cycles in a “band”, given by a specified lower and upper bound, are “passed” through, or extracted, and the remaining cycles are “filtered” out.

To employ a band-pass filter, the user must first choose the range of durations (periodicities) to pass through. The range is described by a pair of numbers (PL, PU) , specified in units of the workfile frequency. Suppose, for example, that you believe that the business cycle lasts somewhere from 1.5 to 8 years so that you wish to extract the cycles in this

358—Chapter 11. Series

range. If you are working with quarterly data, this range corresponds to a low duration of 6, and an upper duration of 32 quarters. Thus, you should set PL = 6 and PU = 32 .

In some contexts, it will be useful to think in terms of frequencies which describe the number of cycles in a given period (obviously, periodicities and frequencies are inversely related). By convention, we will say that periodicities in the range (PL, PU) correspond to frequencies in the range (2π PU, 2π PL) .

Note that since saying that we have a cycle with a period of 1 is meaningless, we require that 2 PL < PU . Setting PL to the lower-bound value of 2 yields a high-pass filter in which all frequencies above 2π PU are passed through.

The various band-pass filters differ in the way that they compute the moving average:

The fixed length symmetric filters employ a fixed lead/lag length. Here, the user must specify the fixed number of lead and lag terms to be used when computing the weighted moving average. The symmetric filters are time-invariant since the moving average weights depend only on the specified frequency band, and do not use the data. EViews computes two variants of this filter, the first due to Baxter-King (1999) (BK), and the second to Christiano-Fitzgerald (2003) (CF). The two forms differ in the choice of objective function used to select the moving average weights.

Full sample asymmetric – this is the most general filter, where the weights on the leads and lags are allowed to differ. The asymmetric filter is time-varying with the weights both depending on the data and changing for each observation. EViews computes the Christiano-Fitzgerald (CF) form of this filter.

In choosing between the two methods, bear in mind that the fixed length filters require that we use same number of lead and lag terms for every weighted moving average. Thus, a filtered series computed using q leads and lags observations will lose q observations from both the beginning and end of the original sample. In contrast, the asymmetric filtered series do not have this requirement and can be computed to the ends of the original sample.

Computing a Band-Pass Filter in EViews

The band-pass filter is available as a series Proc in EViews. To display the band-pass filter dialog, select Proc/Frequency Filter... from the main series menu.

The first thing you will do is to select a filter type. There are three types: Fixed length symmetric (Baxter-King), Fixed length symmetric (Christiano-Fitzgerald), or Full length asymmetric (Christiano-Fitzgerald). By default, the EViews will compute the Bax- ter-King fixed length symmetric filter.

Frequency (Band-Pass) Filter—359

For the Baxter-King filter, there are only a few options that require your attention. First, you must select a frequency length (lead/lags) for the moving average, and the low and high values for the cycle period (PL, PU) to be filtered. By default, these fields will be filled in with reasonable default values that are based on the type of your workfile.

Lastly, you may enter the names of

objects to contain saved output for the cyclical and non-cyclical components. The Cycle series will be a series object containing the filtered series (cyclical component), while the Non-cyclical series is simply the difference between the actual and the filtered series. The user may also retrieve the moving average weights used in the filter. These weights, which will be placed in a matrix object, may be used to plot customized frequency response functions. Details are provided below in “The Weight Matrix” on page 361.

Both of the CF filters (symmetric and asymmetric) provide you with additional options for handling trending data.

The first setting involves the Stationarity assumption. For both of the CF, you will need to specify whether the series is assumed to be an I(0) covariance stationary process or an I(1) unit root process.

Lastly, you will select a Detrending method using the combo. For a covariance stationary series, you may choose to demean or detrend the data prior to applying the filters. Alternatively, for a unit root process, you may choose to demean, detrend, or remove drift using the adjustment suggested by Christiano and Fitzgerald (1999).

Note that, as the name suggests, the full sample filter uses all of the observations in the sample, so that the Lead/Lags option is not relevant. Similarly, detrending the data is not an option when using the BK fixed length symmetric filter. The BK filter removes up to two unit roots (a quadratic deterministic trend) in the data so that detrending has no effect on the filtered series.

360—Chapter 11. Series

The Filter Output

Here, we depict the output from the Baxter-King filter. The left panel depicts the original series, filtered series, and the non-cyclical component (difference between the original and the filtered).

Fixed length symmetric (Baxter-King) filter

Frequency Response Function

 

 

 

 

 

 

 

 

8.8

1.2

 

 

 

 

 

 

 

 

 

 

 

 

 

8.4

1.0

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

8.0

0.8

 

 

 

 

 

 

 

 

 

 

 

 

 

7.6

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

.04

 

 

 

 

 

 

 

7.2

0.6

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

.02

 

 

 

 

 

 

 

6.8

0.4

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

.00

 

 

 

 

 

 

 

 

0.2

 

 

 

 

 

-.02

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

-.04

 

 

 

 

 

 

 

 

0.0

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

-.06

 

 

 

 

 

 

 

 

-0.2

 

 

 

 

 

50

55

60

65

70

75

80

85

90

.0

.1

.2

.3

.4

.5

 

 

 

 

 

 

 

 

 

 

 

 

 

cycles/period

 

LGDP

 

Non-cyclical

 

 

Cycle

 

 

Actual

 

Ideal

 

For the BK and CF fixed length symmetric filters, EViews plots the frequency response function α( ω) representing the extent to which the filtered series “responds” to the original series at frequency ω . At a given frequency ω , α( ω) 2 indicates the extent to which a moving average raises or lowers the variance of the filtered series relative to that of the original series. The right panel of the graph depicts the function. Note that the horizontal axis of a frequency response function is always in the range 0 to 0.5, in units of cycles per duration. Thus, as depicted in the graph, the frequency response function of the ideal band-pass filter for periodicities ( PL, PU) will be one in the range ( 1 ⁄ PU, 1 ⁄ PL) .

The frequency response function is not drawn for the CF time-varying filter since these filters vary with the data and observation number. If you wish to plot the frequency response function for a particular observation, you will have to save the weight matrix and then evaluate the frequency response in a separate step. The example program BFP02.PRG and subroutine FREQRESP.PRG illustrate the steps in computing of gain functions for timevarying filters at particular observations.

The Weight Matrix

For time-invariant (fixed-length symmetric) filters, the weight matrix is of dimension

1 × ( q + 1 ) where q is the user-specified lag length order. For these filters, the weights on the leads and the lags are the same, so the returned matrix contains only the one-sided weights. The filtered series can be computed as:

q + 1

q + 1

 

zt = Σ w( 1, c) yt + 1 − c + Σ w( 1, c) yt + c − 1

t = q + 1, …, n q

c = 1

c = 2

 

Frequency (Band-Pass) Filter—361

For time-varying filters, the weight matrix is of dimension n × n where n is the number of non-missing observations in the current sample. Row r of the matrix contains the weighting vector used to generate the r -th observation of the filtered series where column c contains the weight on the c -th observation of the original series:

n

 

 

zt = Σ w( t, c) yc

t = 1, …, n

(11.51)

c = 1

 

 

where zt is the filtered series, yt is the original series and w( r, c) is the ( r, c)

element

of the weighting matrix. By construction, the first and last rows of the weight matrix will be filled with missing values for the symmetric filter.

362—Chapter 11. Series

Соседние файлы в папке Docs