Financial Econometrics: ASSIGNMENT: Functional Forms of Regression Models
Financial Econometrics: ASSIGNMENT: Functional Forms of Regression Models
Financial Econometrics
ASSIGNMENT: Functional Forms of Regression Models
By - Sagnik Monga (18363)
INDEX:
I. ABSTRACT
II. AIM
III. THE STUDY
a. LINEAR REGRESSION EQUATIONS
b. LOGARITHMIC MODELS
i. LINEAR-LOG MODEL
ii. LOG-LINEAR MODEL
iii. LOG-LOG MODEL
c. RECIPROCAL MODEL
d. POLYNOMIAL MODEL
IV. CONCLUSION
V. SCOPE FOR FUTURE STUDY
VI. SOURCES
ABSTRACT
Nonlinear regression analysis is a very popular technique in mathematical and social
sciences as well as in engineering. Ordinary Least Square method is the most widely used
approach to parameters estimation. Under the normality assumption of errors, the least
squares estimates equal the maximum likelihood estimates. In many cases, the dependent
variable in a regression model can be influenced by both quantitative variables and
qualitative factors. Functional forms come into play the magnitude of difference in the
dependent and independent variables is too huge to properly study and make out
significant deductions. In some cases, linearity alone is not sufficient to build a robust
model and analyse the error term to its full extent. Thus, log/exponential/reciprocal are
some of the ways that bring down the value of difference in the variables and make the
study more feasible. But the study is not just limited to these three forms, there is a whole
universe which can be explored combing the effect of multiple variables and multiple
functional forms.
Key Terms: Slope, Elasticity, Linearity, Over-fitting, Under-fitting
AIM: The aim of this assignment is to study the functional forms of regression models,
differentiating the logarithmic form with linear, polynomial, reciprocal forms, and stating the
practical examples and situations of using each different model.
THE STUDY
No regression model is perfect. The error term contains the influence of any factors
(variables) that affect your dependent variable and aren’t captured by your independent
variable(s). The characteristics of the error term are probably of greater importance than the
explained part. You need several assumptions about the error term to prove that the OLS
results are precise. The assumption that the error term is normally distributed isn’t required
for performing OLS estimation, but it is necessary when you want to produce confidence
intervals and/or perform hypothesis tests with your OLS estimates.
Linear Regression Equations
A linear regression model follows a very basic form. In statistics, a regression model is linear
when all terms in the model are one of the following:
• The constant (not always required)
• A “linear” parameter multiplied by an independent variable (IV)
Then, you build the equation by only adding the terms together. These rules limit the form
to just one type:
Dependent variable = constant + parameter*IV + … + parameter*IV
Y = β + β1X1+ β2X2 +… βnXn
There are many economic phenomena for which Linear in the Parameters (LIP) and Linear
in the Variables (LIV) models may not be appropriate or adequate (ex. Price elasticity of
demand, rate of growth of an economic variable such as GNP, money supply or
unemployment rate, etc.)
We will discuss 5 types of regression models that are capable of modelling such economic
phenomena:
1. Log-lin Model
2. Lin-log Model
3. Log-log Model
4. Reciprocal Model
5. Polynomial Regression Model
Linear regression analysis means that the parameters are linear that is, the maximum
power or exponential power of the parameters is one. Functional forms of regression
analysis are the models you adopt to represent the relationship between the independent
or explanatory variables and the dependent variable. It is important to choose the right
functional form for your regression analysis so that you avoid specifications in your model
and thus have a robust model.
I. Logarithmic Models
Considering the simple bivariate linear model Yi = α + βXi + εi, there are four possible
combinations of transformations involving logarithms: the linear case with no
transformations, the linear-log model, the log-linear model, and the log-log model.
Note: Each of the model has its own advantages and disadvantages and practical
implications. We shall further study each model in detail. Since the linear model has
already been discussed, there’s no requirement to study it again.
LEFT: Positive impact of Independent Variable | RIGHT: Negative impact of Independent Variable
After estimating a linear-log model, the coefficients can be used to determine the impact
of your independent variables (X) on your dependent variable (Y). The coefficients in a
linear-log model represent the estimated unit change in your dependent variable for a
percentage change in your independent variable.
Example:
An institute wishes to check if the fees paid by the students has any impact on the pass
percentage of the class or not. This is a time series data from 1960-2018.
Dependent Variable – PassPercentage
Independent Variable – Log(Fees)
The results calculated are below:
To interpret the coefficient of 4.851752 on the Log(Fees), we can make the following
statements:
• Directly from the coefficient: An increase of 1 in the Log(Fees) will increase Y by
4.851752
• A 1% increase in X: A 1% increase in Fees will increase Pass Percentage by
4.851752/100 = .0485
• A 10% increase in X: A 10% increase in Fees will increase Pass Percentage by
4.851752 ∗ log(1.10) = 4.851752 ∗ .09531 ≈ 0.4624
Thus, we can interpret that a further increase in the fees will have a positive impact on
the pass percentage of the institution. We can thus infer that higher fees makes the
student more diligent and self-aware of the cost and thus motivates himself to perform
better in the exams.
LEFT: Positive impact of Independent Variable | RIGHT: Negative impact of Independent Variable
After estimating a log-linear model, the coefficients can be used to determine the impact
of your independent variables (X) on your dependent variable (Y). The coefficients in a
log-linear model represent the estimated percent change in your dependent variable for
a unit change in your independent variable. The coefficient
Example:
If we reverse the previous case to check that whether the pass percentage of the class
leads to a change in the fee structure of the institution. The data and the time period is
same, from 1960-2018
Dependent Variable – Log(Fees)
Independent Variable – PassPercentage
The results calculated are below:
To interpret the coefficient of .1976864 on the urb95 variable, we can make the following
statements:
• Directly from the coefficient, transformed Y: Each one-unit increase of Pass
Percentage in increases Log(Fees) by .1976864.
• Directly from the coefficient, untransformed Y: Each one unit increase of Pass
Percentage increases the untransformed Fees by a multiple of e.1976864 = 1.054 – or
a 5.4% increase.
LEFT: Increasingly Positive impact of Independent Variable | CENTRE: Decreasingly Positive impact of
Independent Variable | RIGHT: Negative impact of Independent Variable
Example:
A survey was conducted to find out how much does the percentage of Urban Population
contribute to the Per Capita GDP of the nation. The survey was conducted in the United
Kingdom over a period of 59 years from 1901-1959.
Dependent Variable – LogGDP
Independent Variable – LogPop
The results calculated are below:
To interpret the coefficient of 12.51532 on the LogGDP variable, we can make the following
statements:
• Directly from the coefficient, transformed Y: Each one-unit increase LogPop in
increases GDP by 12.51532.
Financial Econometrics | Functional Forms
Page |9
Example:
Following is the study of the Infant Mortality Rate (IMR) and the Number of Hospital Beds
(per 1000). The data is cross-sectional taking 54 countries into account spanning over 5
continents.
Dependent Variable – IMR
Independent Variable – RHB (Reciprocal of Hospital Beds)
The results calculated are below:
As the number of hospital beds increases indefinitely, child mortality approaches its
asymptotic value of about 52 deaths per thousand. As explained, the positive value of the
coefficient of (l/RHB) implies that the rate of change of IMR with respect to number of
hospital beds is negative. Thus, this further solidifies this model as the increasing number
of hospital beds keeps having a negative impact on the child mortality rate.
Example:
This is a study of a blue whale’s length and age. A dataset of 78 blue whales is recorded
and studied.
Dependent Variable – Length
Independent Variable – Age
Independent Variable – SqAge (Square of the Age)
CONCLUSION
There are a couple of advantages that non-linear regression has over linear regression,
which makes way for the functional forms. Each functional form comes with its perks and
practical applications. A clear disadvantage is that Linear Regression over simplifies many
real-world problems. More often than not, covariates and response variables don’t exhibit
Financial Econometrics | Functional Forms
P a g e | 13
a linear relationship. Hence fitting a regression line using OLS will give us a line with a high
train RSS. Thus, functional forms help in applying differential weighting, identifying and
possibly removing outliers, and inspecting the correlation matrix and the dependency of
each parameter.
The table below summarises the whole assignment and briefs about the equation
structure, the slope and the elasticity.
SOURCES
1. https://statisticsbyjim.com/regression/difference-between-linear-nonlinear-
regression-models/
2. https://www.semanticscholar.org/paper/Analysis-of-Nonlinear-Regression-
Models%3A-A-Note-Peddada-
Haseman/a098591445d576f811f9e67057382dd9ccc8af34
Financial Econometrics | Functional Forms
P a g e | 14
3. https://statisticsbyjim.com/regression/choose-linear-nonlinear-regression/
4. https://cmapskm.ihmc.us/rid=1052458916298_870839951_7777/Functional+form
5. https://www.graphpad.com/support/faq/advantages-of-using-prisms-nonlinear-
regression-analysis-to-fit-straight-lines/
6. https://books.google.co.in/books/about/Basic_Econometrics.html?id=byu7AAAAIA
AJ&redir_esc=y