NAG Library Routine Document
g13fef
(uni_garch_gjr_estim)
1
Purpose
g13fef estimates the parameters of a univariate regression-GJR
process (see
Glosten et al. (1993)).
2
Specification
Fortran Interface
Subroutine g13fef ( |
dist,
yt,
x,
ldx,
num,
ip,
iq,
nreg,
mn,
npar,
theta,
se,
sc,
covr,
ldcovr,
hp,
et,
ht,
lgf,
copts,
maxit,
tol,
work,
lwork,
ifail) |
Integer, Intent (In) | :: |
ldx,
num,
ip,
iq,
nreg,
mn,
npar,
ldcovr,
maxit,
lwork | Integer, Intent (Inout) | :: |
ifail | Real (Kind=nag_wp), Intent (In) | :: |
yt(num),
x(ldx,*),
tol | Real (Kind=nag_wp), Intent (Inout) | :: |
theta(npar),
covr(ldcovr,npar),
hp | Real (Kind=nag_wp), Intent (Out) | :: |
se(npar),
sc(npar),
et(num),
ht(num),
lgf,
work(lwork) | Logical, Intent (In) | :: |
copts(2) | Character (1), Intent (In) | :: |
dist |
|
C Header Interface
#include nagmk26.h
void |
g13fef_ (
const char *dist,
const double yt[],
const double x[],
const Integer *ldx,
const Integer *num,
const Integer *ip,
const Integer *iq,
const Integer *nreg,
const Integer *mn,
const Integer *npar,
double theta[],
double se[],
double sc[],
double covr[],
const Integer *ldcovr,
double *hp,
double et[],
double ht[],
double *lgf,
const logical copts[],
const Integer *maxit,
const double *tol,
double work[],
const Integer *lwork,
Integer *ifail,
const Charlen length_dist) |
|
3
Description
A univariate regression-GJR
process, with
coefficients
, for
,
coefficients
, for
, and
linear regression coefficients
, for
, can be represented by:
where
, if
,
, if
, and
or
. Here
is a standardized Student's
-distribution with
degrees of freedom and variance
,
is the number of terms in the sequence,
denotes the endogenous variables,
the exogenous variables,
the regression mean,
the regression coefficients,
the residuals,
is the conditional variance, and
the set of all information up to time
.
g13fef provides an estimate for , the parameter vector where ,
when and when .
mn,
nreg can be used to simplify the
expression in
(1) as follows:
No Regression and No Mean
- ,
- ,
- and
- is a
vector when , and a vector when .
No Regression
- ,
- ,
- and
- is a
vector when , and a vector when .
Note: if the
, where
is known (not to be estimated by
g13fef) then
(1) can be written as
, where
. This corresponds to the case
No Regression and No Mean, with
replaced by
.
No Mean
- ,
- ,
- and
- is a
vector when , and a vector when .
4
References
Bollerslev T (1986) Generalised autoregressive conditional heteroskedasticity Journal of Econometrics 31 307–327
Engle R (1982) Autoregressive conditional heteroskedasticity with estimates of the variance of United Kingdom inflation Econometrica 50 987–1008
Engle R and Ng V (1993) Measuring and testing the impact of news on volatility Journal of Finance 48 1749–1777
Glosten L, Jagannathan R and Runkle D (1993) Relationship between the expected value and the volatility of nominal excess return on stocks Journal of Finance 48 1779–1801
Hamilton J (1994) Time Series Analysis Princeton University Press
5
Arguments
- 1: – Character(1)Input
-
On entry: the type of distribution to use for
.
- A Normal distribution is used.
- A Student's -distribution is used.
Constraint:
or .
- 2: – Real (Kind=nag_wp) arrayInput
-
On entry: the sequence of observations,
, for .
- 3: – Real (Kind=nag_wp) arrayInput
-
Note: the second dimension of the array
x
must be at least
.
On entry: row
of
x must contain the time dependent exogenous vector
, where
, for
.
- 4: – IntegerInput
-
On entry: the first dimension of the array
x as declared in the (sub)program from which
g13fef is called.
Constraint:
.
- 5: – IntegerInput
-
On entry: , the number of terms in the sequence.
Constraints:
- ;
- .
- 6: – IntegerInput
-
On entry: the number of coefficients,
, for .
Constraint:
(see also
npar).
- 7: – IntegerInput
-
On entry: the number of coefficients,
, for .
Constraint:
(see also
npar).
- 8: – IntegerInput
-
On entry: , the number of regression coefficients.
Constraint:
(see also
npar).
- 9: – IntegerInput
-
On entry: if , the mean term will be included in the model.
Constraint:
or .
- 10: – IntegerInput
-
On entry: the number of parameters to be included in the model. when and when .
Constraint:
.
- 11: – Real (Kind=nag_wp) arrayInput/Output
-
On entry: the initial parameter estimates for the vector
.
The first element must contain the coefficient
and the next
iq elements contain the coefficients
, for
.
The next
ip elements must contain the coefficients
, for
.
The next element must contain the asymmetry parameter .
If , the next element contains , the number of degrees of freedom of the Student's -distribution.
If , the next element must contain the mean term .
If
, the remaining
nreg elements are taken as initial estimates of the linear regression coefficients
, for
.
On exit: the estimated values
for the vector
.
The first element contains the coefficient
, the next
iq elements contain the coefficients
, for
.
The next
ip elements are the moving average coefficients
, for
.
The next element contains the estimate for the asymmetry parameter .
If , the next element contains an estimate for , the number of degrees of freedom of the Student's -distribution.
If , the next element contains an estimate for the mean term .
The final
nreg elements are the estimated linear regression coefficients
, for
.
- 12: – Real (Kind=nag_wp) arrayOutput
-
On exit: the standard errors for
.
The first element contains the standard error for
and the next
iq elements contain the standard errors for
, for
.
The next
ip elements are the standard errors for
, for
.
The next element contains the standard error for .
If , the next element contains the standard error for , the number of degrees of freedom of the Student's -distribution.
If , the next element contains the standard error for .
The final
nreg elements are the standard errors for
, for
.
- 13: – Real (Kind=nag_wp) arrayOutput
-
On exit: the scores for
.
The first element contains the score for
, the next
iq elements contain the scores for
, for
.
The next
ip elements are the score for
, for
.
The next element contains the score for .
If , the next element contains the score for , the number of degrees of freedom of the Student's -distribution.
If , the next element contains the score for .
The final
nreg elements are the scores for
, for
.
- 14: – Real (Kind=nag_wp) arrayOutput
-
On exit: the covariance matrix of the parameter estimates , that is the inverse of the Fisher Information Matrix.
- 15: – IntegerInput
-
On entry: the first dimension of the array
covr as declared in the (sub)program from which
g13fef is called.
Constraint:
.
- 16: – Real (Kind=nag_wp)Input/Output
-
On entry: if
,
hp is the value to be used for the pre-observed conditional variance; otherwise
hp is not referenced.
On exit: if
,
hp is the estimated value of the pre-observed conditional variance.
- 17: – Real (Kind=nag_wp) arrayOutput
-
On exit: the estimated residuals,
, for .
- 18: – Real (Kind=nag_wp) arrayOutput
-
On exit: the estimated conditional variances,
, for .
- 19: – Real (Kind=nag_wp)Output
-
On exit: the value of the log-likelihood function at .
- 20: – Logical arrayInput
-
On entry: the options to be used by
g13fef.
- Stationary conditions are enforced, otherwise they are not.
- The routine provides initial parameter estimates of the regression terms, otherwise these are to be provided by you.
- 21: – IntegerInput
-
On entry: the maximum number of iterations to be used by the optimization routine when estimating the
parameters. If
maxit is set to
, the standard errors, score vector and variance-covariance are calculated for the input value of
in
theta when
; however the value of
is not updated.
Constraint:
.
- 22: – Real (Kind=nag_wp)Input
-
On entry: the tolerance to be used by the optimization routine when estimating the parameters.
- 23: – Real (Kind=nag_wp) arrayWorkspace
- 24: – IntegerInput
-
On entry: the dimension of the array
work as declared in the (sub)program from which
g13fef is called.
Constraint:
.
- 25: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, because for this routine the values of the output arguments may be useful even if
on exit, the recommended value is
.
When the value is used it is essential to test the value of ifail on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6
Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Note: g13fef may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the routine:
-
On entry, | , |
or | , |
or | , |
or | , |
or | , |
or | , |
or | npar has an invalid value, |
or | , |
or | , |
or | , |
or | , |
or | , |
or | , |
or | . |
-
On entry, | . |
-
The matrix is not full rank.
-
The information matrix is not positive definite.
-
The maximum number of iterations has been reached.
-
The log-likelihood cannot be optimized any further.
-
No feasible model parameters could be found.
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
Not applicable.
8
Parallelism and Performance
g13fef is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g13fef makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
None.
10
Example
This example fits a model with Student's -distributed residuals to some simulated data.
The process parameter estimates,
, are obtained using
g13fef, and a four step ahead volatility estimate is computed using
g13fff.
The data was simulated using
g05pff.
10.1
Program Text
Program Text (g13fefe.f90)
10.2
Program Data
Program Data (g13fefe.d)
10.3
Program Results
Program Results (g13fefe.r)