gonls {gogarch} | R Documentation |
Non-linear least-squares estimation of matrix B
Description
This is the target function for estimating the matrix by
non-linear least-squares. It is used in the estimation method
goest
if method = "nls"
is chosen.
Usage
gonls(params, SSI)
Arguments
params |
The initial values of the |
SSI |
A list with two elements, each a list itself, containing
|
Details
Boswijk and van der Weiden (2006) proposed the following criterion function:
for retrieving the matrix . This matrix is the eigen vector
matrix of
. The linear map
and its
inverse can then be computed for calculating the component matrix
.
Value
f |
|
Author(s)
Bernhard Pfaff
References
Boswijk, H. Peter and van der Weide, Roy (2006), Wake me up before you GO-GARCH, Tinbergen Institute Discussion Paper, TI 2006-079/4, University of Amsterdam and Tinbergen Institute.
See Also
[Package gogarch version 0.7-5 Index]