FE515 EViews Topics – Data Management

Basic Terminology

Normal Distribution

The Normal Distribution has:

normal-distribution-2

Standard Deviation

normal-distrubution-3sds

normal-distrubution-large

Skewness

2023-04-06-at-14.08.13

skewed-distribution-negative

 

normal-distribution-2

skewed-distribution

Kurtosis

57983kurt1

Rename Serires

2023-04-06-at-13.12.01

Will change the Column name AVERAGE_HOUSE_PRICE to HP

2023-04-06-at-13.13.17

Genr – Creating Variables

Variables of interest can be created in EViews by selecting the Genr button from the workfile toolbar and typing in the relevant formula.

Suppose that we have a time series called Z:

Commonly Used Functions and Operations in EViews:

SyntaxDescriptionSyntaxDescription
Z/2devide Z by 2Z(-1)first lag of Z
Z*2multiply Z by 2Z(-n)nth lag of Z
Z^2square of Zd(Z)first difference of Z (equivalent to ZZ(1))
sqr(Z)square root of Zd(Z,n)nth difference of Z (equivalent to ZZ(n))
log(Z)natural logarithm of Zdlog(Z)first difference of the log of Z
exp(Z)exponential function of Zabs(Z)absolute value of Z

Other functions that can be used in the formulae includes:

Syntax:

 

Calculating Simple Percentage Change

2023-04-06-at-13.45.32

Syntax: DHP = 100* (HP - HP(-1)) / HP(-1)

2023-04-06-at-13.47.05

which calculated the simple percentage change:

2023-04-06-at-13.47.27

 

Summary Statistics

Descriptive summary statistics of a series can be obtained by selecting Quick/Series Statistics/Histogram and Stats and typing in the name of the variable (DHP).

2023-04-06-at-13.49.20

2023-04-06-at-13.50.05

which generated:

2023-04-06-at-13.50.47

 

Line Graph

2023-04-06-at-13.53.12

Then select the series to plot

2023-04-06-at-13.54.12

 

Then select the graph type:

2023-04-06-at-13.54.50

2023-04-06-at-13.55.18

The rsesults can be printed or saved to the Clipboard

2023-04-06-at-13.55.59

2023-04-06-at-13.56.43

 

Simple Summary Statistics

First open the Spread Sheet View

2023-04-06-at-14.00.24

Then create Stat Table which contains simple summary statistics

2023-04-06-at-14.01.18