Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
669
Добавлен:
03.06.2015
Размер:
8.25 Mб
Скачать

Working With Systems—433

is the unconditional variance of the residuals. By default, the smoothing parameter, l is set to 0.7. However, you have the option to choose from a number of weights from 0.1 to 1, in increments of 0.1. Notice that if the parameter is set to 1 the initial value is simply the unconditional variance, i.e. backcasting is not performed.

EViews will report the robust standard errors when the Bollerslev-Wooldridge SE box is checked.

For basic specifications, ARCH analytic derivatives are available, and are employed by default. For a more complex model, either in the means or conditional variance, numerical or a combination of numerical and analytics are used. Analytic derivatives are generally, but not always, faster than numeric.

In addition, the Options tab allows you to set a number of options for estimation, including convergence criterion, maximum number of iterations, and derivative calculation settings. See “Setting Estimation Options” on page 751 for related discussion.

Estimation Output

The system estimation output contains parameter estimates, standard errors, and t-statistics (or z-statistics for maximum likelihood estimations), for each of the coefficients in the system. Additionally, EViews reports the determinant of the residual covariance matrix, and, for ARCH and FIML estimates, the maximized likelihood values, Akaike and Schwarz criteria. For ARCH estimations, the mean equation coefficients are separated from the variance coefficient section.

In addition, EViews reports a set of summary statistics for each equation. The R2 statistic, Durbin-Watson statistic, standard error of the regression, sum-of-squared residuals, etc., are computed for each equation using the standard definitions, based on the residuals from the system estimation procedure.

In ARCH estimations, the raw coefficients of the variance equation do not necessarily give a clear understanding of the variance equations in many specifications. An extended coefficient view is supplied at the end of the output table to provide an enhanced view of the coefficient values involved.

You may access most of these results using regression statistics functions. See Chapter 18, page 16 for a discussion of the use of these functions, and Chapter 1. “Object View and Procedure Reference,” on page 2 of the Command and Programming Reference for a full listing of the available functions for systems.

Working With Systems

After obtaining estimates, the system object provides a number of tools for examining the equation results, and performing inference and specification testing.

434—Chapter 31. System Estimation

System Views

The System Specification view displays the specification window for the system. The specification window may also be displayed by pressing Spec on the toolbar.

Representations provides you with the estimation command, the estimated equations and the substituted coefficient counterpart. For ARCH estimation this view also includes additional variance and covariance specification in matrix formation as well as single equation with and without substituted coefficients.

The Estimation Output view displays the coefficient estimates and summary statistics for the system. You may also access this view by pressing Stats on the system toolbar.

Residuals/Graphs displays a separate graph of the residuals from each equation in the system.

Residuals/Correlation Matrix computes the contemporaneous correlation matrix for the residuals of each equation.

Residuals/Covariance Matrix computes the contemporaneous covariance matrix for the residuals. See also the function @residcov in “System” on page 559 of the Command and Programming Reference.

Gradients and Derivatives provides views which describe the gradients of the objective function and the information about the computation of any derivatives of the regression functions. Details on these views are provided in Appendix C. “Gradients and Derivatives,” on page 763.

Conditional Covariance… gives you the option to generate conditional covariances, variances, correlations or standard deviations for systems estimated using ARCH methods.

Coefficient Covariance Matrix allows you to examine the estimated covariance matrix.

Coefficient Tests allows you to display confidence ellipses or to perform hypothesis tests for restrictions on the coefficients. These views are discussed in greater depth in “Confidence Intervals and Confidence Ellipses” on page 140 and “Wald Test (Coefficient Restrictions)” on page 146.

A number of Residual Diagnostics are supported, including Correlograms, Portmanteau Autocorrelation Test, and Normality Test. For most estimation methods, the Correlogram and Portmanteau views employ raw residuals, while Normality tests are based on standardized residuals. For ARCH estimation, the user has the added option of using a number of standardized residuals to calculate Correlogram and Portmanteau tests. The available standardization methods include Cholesky, Inverse Square Root of Residual Correlation, or Inverse Square Root of Residual Covariance. See “Residual Tests” on page 464 for details on these tests and factorization methods.

Working With Systems—435

Endogenous Table presents a spreadsheet view of the endogenous variables in the system.

Endogenous Graph displays graphs of each of the endogenous variables.

System Procs

One notable difference between systems and single equation objects is that there is no forecast procedure for systems. To forecast or perform simulation using an estimated system, you must use a model object.

EViews provides you with a simple method of incorporating the results of a system into a model. If you select Proc/Make Model, EViews will open an untitled model object containing the estimated system. This model can be used for forecasting and simulation. An alternative approach, creating the model and including the system object by name, is described in “Building a Model” on page 529.

There are other procedures for working with the system:

Define System… provides an easy way to define a system without having to type in every equation. Dependent variables allows you to list the dependent variables in the system. You have the option to transform these variables by selecting from the Dependent variable transformation list in the Option section. Regressors and AR( ) terms that share the same coefficient

across equations can be listed in Common coefficients, while those that do not can be placed in Equation specific coefficients. Command instruments can be listed in the Common field in the Instrument list section.

Estimate… opens the dialog for estimating the system of equations. It may also be accessed by pressing Estimate on the system toolbar.

Make Residuals creates a number of series containing the residuals for each equation in the system. The residuals will be given the next unused name of the form RESID01, RESID02, etc., in the order that the equations are specified in the system.

436—Chapter 31. System Estimation

Make Endogenous Group creates an untitled group object containing the endogenous variables.

Make Loglikelihoods (for system ARCH) creates a series containing the log likelihood contribution.

Make Conditional Covariance (for system ARCH) allows you to generate estimates of the conditional variances, covariances, or correlations for the specified set of dependent variables. (EViews automatically places all of the dependent variables in the Variable field. You have the option to modify this field to include only the variable of interest.)

If you select Group under Format, EViews will save the data in series. The Base name edit box indicates the base name to be used when generating series data. For the conditional variance series, the naming convention will be the specified base name plus terms of the form “_01”, “_02”. For covariances or correlations, the naming convention will use the base name plus “_01_02”, “_01_03”, etc., where the additional text indicates the covariance/correlation between member 1 and 2, member 1 and 3, etc.

If Matrix is selected then whatever is in the Matrix name field will be generated for what is in the Date (or Presample if it is checked) edit field.

Example

As an illustration of the process of estimating a system of equations in EViews, we estimate a translog cost function using data from Berndt and Wood (1975) as presented in Greene (1997). The data are provided in “G_cost.WF1”. The translog cost function has four factors with three equations of the form:

cK =

pK

pL

pE

+ eK

 

bK + dKKlog pM

+ dKLlog pM

+ dKElog pM

 

 

 

------

------

------

 

 

cL

=

pK

pL

pE

+ eL

(31.5)

bL + dLKlog pM

+ dLLlog pM

+ dLElog pM

 

 

------

------

------

 

 

cE

=

pK

pL

pE

+ eE

 

bE + dEKlog pM

+ dELlog pM

+ dEElog pM

 

 

 

------

------

------

 

 

where ci and pi

are the cost share and price of factor i , respectively. b and d are the

parameters to be estimated. Note that there are cross equation coefficient restrictions that ensure symmetry of the cross partial derivatives.

We first estimate this system without imposing the cross equation restrictions and test whether the symmetry restrictions hold. Create a system by clicking Object/New Object.../ System in the main toolbar or type system in the command window. Press the Name button and type in the name “SYS_UR” to name the system.

Working With Systems—437

Next, type in the system window and specify the system as:

We estimate this model by full information maximum likelihood (FIML). FIML is invariant to the equation that is dropped. Press the Estimate button and choose Full Information Maximum Likelihood. Click on OK to perform the estimation. EViews presents the estimated coefficients and regression statistics for each equation. The top portion of the output describes the coefficient estimates:

System: SYS_UR

Estimation Method: Full Information Maximum Likelihood (Marquardt)

Date: 08/13/09 Time: 09:10

Sample: 1947 1971

Included observations: 25

Total system (balanced) observations 75

Convergence achieved after 128 iterations

 

Coefficient

Std. Error

z-Statistic

Prob.

 

 

 

 

 

 

 

 

 

 

C(1)

0.054983

0.009353

5.878830

0.0000

C(2)

0.035130

0.035677

0.984676

0.3248

C(3)

0.004136

0.025616

0.161445

0.8717

C(4)

0.023633

0.084444

0.279867

0.7796

C(5)

0.250180

0.012019

20.81592

0.0000

C(6)

0.014758

0.024771

0.595766

0.5513

C(7)

0.083909

0.032188

2.606811

0.0091

C(8)

0.056411

0.096020

0.587493

0.5569

C(9)

0.043257

0.007981

5.420095

0.0000

C(10)

-0.007707

0.012518

-0.615722

0.5381

C(11)

-0.002183

0.020123

-0.108489

0.9136

C(12)

0.035624

0.061802

0.576422

0.5643

 

 

 

 

 

 

 

 

Log likelihood

349.0326

Schwarz criterion

-26.37755

Avg. log likelihood

4.653769

Hannan-Quinn criter.

-26.80034

Akaike info criterion

-26.96261

 

 

 

Determinant residual covariance

1.50E-16

 

 

 

 

 

 

 

 

 

 

 

 

while the bottom portion of the output (not depicted) describes equation specific statistics.

To test the symmetry restrictions, select View/Coefficient Diagnostics/Wald Coefficient Tests…, fill in the dialog:

438—Chapter 31. System Estimation

and click OK. The test result:

Wald Test:

System: SYS_UR

Null Hypothesis: C(3)=C(6), C(4)=C(10), C(8)=C(11)

Test Statistic

Value

df

Probability

 

 

 

 

 

 

 

 

Chi-square

0.418796

3

0.9363

 

 

 

 

 

 

 

 

Null Hypothesis Summary:

 

 

 

 

 

 

 

 

Normalized Restriction (= 0)

Value

Std. Err.

 

 

 

 

 

 

 

 

 

 

C(3)

- C(6)

 

-0.010622

0.039838

C(4)

- C(10)

 

0.031340

0.077783

C(8)

- C(11)

 

0.058594

0.090758

 

 

 

 

 

 

 

 

 

 

Restrictions are linear in coefficients.

fails to reject the symmetry restrictions. To estimate the system imposing the symmetry restrictions, copy the object using Object/Copy Object, click View/System Specification and modify the system.

We have named the system SYS_TLOG. Note that to impose symmetry in the translog specification, we have restricted the coefficients on the cross-price terms to be the same (we have also renumbered the 9 remaining coefficients so that they are consecutive). The restrictions are imposed by using

the same coefficients in each equation. For example, the coefficient on the log(P_L/P_M) term in the C_K equation, C(3), is the same as the coefficient on the log(P_K/P_M) term in the C_L equation.

Working With Systems—439

To estimate this model using FIML, click Estimate and choose Full Information Maximum Likelihood. The top part of the equation describes the estimation specification, and provides coefficient and standard error estimates, t-statistics, p-values, and summary statistics:

System: SYS_TLOG

Estimation Method: Full Information Maximum Likelihood (Marquardt)

Date: 08/13/09 Time: 09:18

Sample: 1947 1971

Included observations: 25

Total system (balanced) observations 75

Convergence achieved after 62 iterations

 

Coefficient

Std. Error

z-Statistic

Prob.

 

 

 

 

 

 

 

 

 

 

C(1)

0.057022

0.003306

17.24930

0.0000

C(2)

0.029742

0.012583

2.363708

0.0181

C(3)

-0.000369

0.011205

-0.032975

0.9737

C(4)

-0.010228

0.006027

-1.697186

0.0897

C(5)

0.253398

0.005050

50.17748

0.0000

C(6)

0.075427

0.015483

4.871651

0.0000

C(7)

-0.004414

0.009141

-0.482910

0.6292

C(8)

0.044286

0.003349

13.22352

0.0000

C(9)

0.018767

0.014894

1.260015

0.2077

 

 

 

 

 

 

 

 

Log likelihood

344.5916

Schwarz criterion

-26.40853

Avg. log likelihood

4.594555

Hannan-Quinn criter.

-26.72563

Akaike info criterion

-26.84733

 

 

 

Determinant residual covariance

2.14E-16

 

 

 

 

 

 

 

 

 

 

 

 

The log likelihood value reported at the bottom of the first part of the table may be used to construct likelihood ratio tests.

Since maximum likelihood assumes the errors are multivariate normal, we may wish to test whether the residuals are normally distributed. Click Proc/ Make Residuals to display the residuals dialog.

You may choose to save the ordinary or standardized residuals. If you choose the latter, you can elect to standardize the residuals using the Cholesky factor of the (conditional) covariance, the square root of the (conditional) correlation matrix, or the square root of the (conditional) covariance matrix. You must enter a basename for saving the

residuals. The residuals will be named using the next available names in the workfile, in this case “RESID01”, “RESID02”, ...., if those names are not already used.

440—Chapter 31. System Estimation

In this example, we elect to produce ordinary residuals. EViews opens an untitled group window containing the residuals of each equation in the system. To compute descriptive statistics for each residual in the group, select

View/Descriptive Stats/Common Sample from the group window toolbar.

The Jarque-Bera statistic rejects the hypothesis of normal distribution for the second equation but not for the other equations.

The estimated coefficients of the trans-

log cost function may be used to construct estimates of the elasticity of substitution between factors of production. For example, the elasticity of substitution between capital and labor is given by 1+c(3)/(C_K*C_L). Note that the elasticity of substitution is not a constant, and depends on the values of C_K and C_L. To create a series containing the elasticities computed for each observation, select Quick/Generate Series…, and enter:

es_kl = 1 + sys_tlog.c(3)/(c_k*c_l)

To plot the series of elasticity of substitution between capital and labor for each observation, double click on the series name ES_KL in the workfile and select View/Graph/Line & Symbol:

Working With Systems—441

While it varies over the sample, the elasticity of substitution is generally close to one, which is consistent with the assumption of a Cobb-Douglas cost function.

System ARCH Example

In this section we provide an example for system arch estimation. We will model the weekly returns of Japanese Yen (jyt ), Swiss Franc (sft ) and British Pound (bpt ). The data, which are located in the WEEKLY page of the workfile “Fx.WF1”, which may be located in the Example File folder, contain the weekly exchange rates of these currencies against the U.S. dollar. The mean equations for the continuously compounding returns is regressed against a constant:

log(jyt § jyt – 1)

=

c1

+ e1t

 

log(sft § sft – 1)

=

c2

+ e2t

(31.6)

log(bpt § bpt – 1)

=

c3

+ e3t

 

where et = [e1t,e2t, e3t]¢ is assumed to distributed normally with mean zero and covariance Ht . The conditional covariance is modeled with a basic Diagonal VECH model:

 

 

Ht = Q + A ƒ et – 1et – 1¢ + B ƒ Ht – 1

(31.7)

To estimate this model, create a system SYS01 with the following specification:

 

dlog(jy) = c(1)

 

dlog(sf)

=

c(2)

 

dlog(bp)

=

c(3)

 

We estimate this model by selecting ARCH - Conditional Heteroskedasticity as the estimation method in the estimation dialog. Since the model we want to estimate is the default Diagonal VECH model we leave most of the settings as they are. In the sample field, we change the sample to “1980 2000” to use only a portion of the data. Click on OK to estimate the system.

EViews displays the results of the estimation, which are similar to other system estimation output with a few differences. The ARCH results contain the coefficients statistics section (which includes both the mean and raw variance coefficients), model and equation specific statistics, and an extended section describing the variance coefficients.

The coefficient section at the top is separated into two parts, one contains the estimated coefficient for the mean equation and the other contains the estimated raw coefficients for the variance equation. The parameters estimates of the mean equation, C(1), C(2) and C(3), are listed in the upper portion of the coefficient list.

442—Chapter 31. System Estimation

System: SYS01

Estimation Method: ARCH Maximum Likelihood (Marquardt)

Covariance specification: Diagonal VECH

Date: 08/13/09 Time: 10:40

Sample: 12/31/1979 12/25/2000

Included observations: 1096

Total system (balanced) observations 3288

Presample covariance: backcast (parameter =0.7)

Convergence achieved after 127 iterations

 

Coefficient

Std. Error

z-Statistic

Prob.

 

 

 

 

 

 

 

 

 

 

C(1)

-0.000865

0.000446

-1.936740

0.0528

C(2)

5.43E-05

0.000454

0.119511

0.9049

C(3)

-3.49E-05

0.000378

-0.092283

0.9265

 

 

 

 

 

Variance Equation Coefficients

 

 

 

 

 

 

 

 

 

 

 

 

C(4)

6.49E-06

1.10E-06

5.919903

0.0000

C(5)

3.64E-06

9.67E-07

3.759946

0.0002

C(6)

-2.64E-06

7.39E-07

-3.575568

0.0003

C(7)

1.04E-05

2.28E-06

4.550942

0.0000

C(8)

-8.03E-06

1.62E-06

-4.972744

0.0000

C(9)

1.39E-05

2.49E-06

5.590125

0.0000

C(10)

0.059566

0.007893

7.546440

0.0000

C(11)

0.052100

0.007282

7.154665

0.0000

C(12)

0.046822

0.008259

5.669004

0.0000

C(13)

0.058630

0.007199

8.144180

0.0000

C(14)

0.067051

0.007508

8.931139

0.0000

C(15)

0.112734

0.008091

13.93396

0.0000

C(16)

0.917973

0.010867

84.47655

0.0000

C(17)

0.928844

0.009860

94.20361

0.0000

C(18)

0.924802

0.010562

87.55915

0.0000

C(19)

0.908492

0.011498

79.01313

0.0000

C(20)

0.886249

0.011892

74.52720

0.0000

C(21)

0.829154

0.012741

65.07757

0.0000

 

 

 

 

 

 

 

 

Log likelihood

9683.501

Schwarz criterion

-17.53651

Avg. log likelihood

2.945104

Hannan-Quinn criter.

-17.59606

Akaike info criterion

-17.63230

 

 

 

 

 

 

 

 

 

 

 

 

 

The variance coefficients are displayed in their own section. Coefficients C(4) to C(9) are the coefficients for the constant matrix, C(10) to C(15) are the coefficients for the ARCH term, and C(16) through C(21) are the coefficients for the GARCH term.

Note that the number of variance coefficients in an ARCH model can be very large. Even in this small 3-variable system, 18 parameters are estimated, making interpretation somewhat difficult. To aid you in interpreting the results, EViews provides a covariance specification section at the bottom of the estimation output that re-labels and transforms coefficients:

Working With Systems—443

Covariance specification: Diagonal VECH

GARCH = M + A1.*RESID(-1)*RESID(-1)' + B1.*GARCH(-1)

M is an indefinite matrix

A1 is an indefinite matrix

B1 is an indefinite matrix*

Transformed Variance Coefficients

 

Coefficient

Std. Error

z-Statistic

Prob.

 

 

 

 

 

 

 

 

 

 

M(1,1)

6.49E-06

1.10E-06

5.919903

0.0000

M(1,2)

3.64E-06

9.67E-07

3.759946

0.0002

M(1,3)

-2.64E-06

7.39E-07

-3.575568

0.0003

M(2,2)

1.04E-05

2.28E-06

4.550942

0.0000

M(2,3)

-8.03E-06

1.62E-06

-4.972744

0.0000

M(3,3)

1.39E-05

2.49E-06

5.590125

0.0000

A1(1,1)

0.059566

0.007893

7.546440

0.0000

A1(1,2)

0.052100

0.007282

7.154665

0.0000

A1(1,3)

0.046822

0.008259

5.669004

0.0000

A1(2,2)

0.058630

0.007199

8.144180

0.0000

A1(2,3)

0.067051

0.007508

8.931139

0.0000

A1(3,3)

0.112734

0.008091

13.93396

0.0000

B1(1,1)

0.917973

0.010867

84.47655

0.0000

B1(1,2)

0.928844

0.009860

94.20361

0.0000

B1(1,3)

0.924802

0.010562

87.55915

0.0000

B1(2,2)

0.908492

0.011498

79.01313

0.0000

B1(2,3)

0.886249

0.011892

74.52720

0.0000

B1(3,3)

0.829154

0.012741

65.07757

0.0000

 

 

 

 

 

 

 

 

 

 

* Coefficient matrix is not PSD.

The first line of this section states the covariance model used in estimation, in this case Diagonal VECH. The next line of the header describes the model that we have estimated in abbreviated text form. In this case, “GARCH” is the conditional variance matrix, “M” is the constant matrix coefficient, A1 is the coefficient matrix for the ARCH term and B1 is the coefficient matrix for the GARCH term. M, A1, and B1 are all specified as indefinite matrices.

Next, the estimated values of the matrix elements as well as other statistics are displayed. Since the variance matrices are indefinite, the values are identical to those reported for the raw variance coefficients. For example, M(1,1), the (1,1) element in matrix M, corresponds to raw coefficient C(4), M(1,2) corresponds to C(5), A1(1,1) to C(10), etc.

For matrix coefficients that are rank 1 or full rank, the values reported in this section are a transformation of the raw estimated coefficients, i.e. they are a function of one or more of the raw coefficients. Thus, the reported values do not have a one-to-one correspondence with the raw parameters.

444—Chapter 31. System Estimation

A single equation representation of the variance-covariance equation may be viewed by clicking on View/Representations and scrolling down to the

Variance and Covariance Equations section.

The GARCH equations are the conditional variance equations while the COV equations are the conditional covariance

equations. For example GARCH1 is the conditional variance of Japanese yen. COV1_2 is the conditional covariance between the Japanese Yen and the Swiss Franc.

Before proceeding we name the system SYS01 by clicking on the Name button and accepting the default name.

A graph of the conditional variance can be generated using View/Conditional Covariance…. An extensive list of options is available, including Covariance, Correlation, Variance, and Standard Deviation. Data may also be displayed in graph, matrix or time series list format. Here is the correlation view:

 

 

 

 

 

 

 

 

Conditional Correlation

 

 

 

 

 

 

 

 

 

 

Cor(DLOG(JY),DLOG(SF))

 

 

 

 

 

 

 

 

 

 

 

 

 

1.0

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

0.8

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

0.6

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

0.4

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

0.2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

0.0

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

-0.2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

80

82

84

86

88

90

92

94

96

98

00

 

 

 

 

 

 

 

 

 

 

 

 

 

Cor(DLOG(JY),DLOG(BP))

 

 

 

 

Cor(DLOG(SF),DLOG(BP))

 

 

.2

 

 

 

 

 

 

 

 

 

 

-0.2

 

 

 

 

 

 

 

 

 

 

.0

 

 

 

 

 

 

 

 

 

 

-0.4

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

-.2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

-0.6

 

 

 

 

 

 

 

 

 

 

-.4

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

-.6

 

 

 

 

 

 

 

 

 

 

-0.8

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

-.8

 

 

 

 

 

 

 

 

 

 

-1.0

 

 

 

 

 

 

 

 

 

 

80

82

84

86

88

90

92

94

96

98

00

80

82

84

86

88

90

92

94

96

98

00

The correlation looks to be time varying, which is a general characteristic of this model.

Working With Systems—445

Another possibility is to model the covariance matrix using the CCC specification, which imposes a constant correlation over time. We proceed by creating a new system with specification identical to the one above. We'll select Constant Conditional Correlation this time as the Model type for estimation and leave the remaining settings as they are. The basic results:

System: UNTITLED

Estimation Method: ARCH Maximum Likelihood (Marquardt)

Covariance specification: Constant Conditional Correlation

Date: 08/13/09 Time: 10:51

Sample: 12/31/1979 12/25/2000

Included observations: 1096

Total system (balanced) observations 3288

Presample covariance: backcast (parameter =0.7)

Convergence achieved after 44 iterations

 

Coefficient

Std. Error

z-Statistic

Prob.

 

 

 

 

 

 

 

 

 

 

C(1)

-0.000804

0.000450

-1.788287

0.0737

C(2)

-0.000232

0.000467

-0.497008

0.6192

C(3)

8.56E-05

0.000377

0.226826

0.8206

 

 

 

 

 

Variance Equation Coefficients

 

 

 

 

 

 

 

 

 

 

 

 

C(4)

5.84E-06

1.30E-06

4.482923

0.0000

C(5)

0.062911

0.010085

6.238137

0.0000

C(6)

0.916958

0.013613

67.35994

0.0000

C(7)

4.89E-05

1.72E-05

2.836869

0.0046

C(8)

0.063178

0.012988

4.864469

0.0000

C(9)

0.772214

0.064005

12.06496

0.0000

C(10)

1.47E-05

3.11E-06

4.735844

0.0000

C(11)

0.104348

0.009262

11.26665

0.0000

C(12)

0.828536

0.017936

46.19308

0.0000

C(13)

0.571323

0.018238

31.32550

0.0000

C(14)

-0.403219

0.023634

-17.06082

0.0000

C(15)

-0.677329

0.014588

-46.43002

0.0000

 

 

 

 

 

 

 

 

 

Log likelihood

9593.125

Schwarz criterion

-17.40991

Avg. log likelihood

2.917617

Hannan-Quinn criter.

-17.45244

Akaike info criterion

-17.47833

 

 

 

 

 

 

 

 

 

 

 

 

 

Note that this specification has only 12 free parameters in the variance equation, as compared with 18 in the previous model. The extended variance section represents the variance equation as,

GARCH(i) = M(i) + A1(i)*RESID(i)(-1)^2 + B1(i)*GARCH(i)(-1)

while the model for the covariance equation is:

COV(i,j) = R(i,j)*@SQRT(GARCH(i)*GARCH(j))

The lower portion of the output shows that the correlations, R(1, 2), R(1, 3), and R(2, 3) are 0.5713, -0.4032, and -0.6773, respectively:

Соседние файлы в папке EViews Guides BITCH