The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Type: Package
Title: Cointegration Based Timedelay Neural Network Model
Version: 0.1.0
Author: Pankaj Das [aut, cre], Achal Lama [aut], Girish Kumar Jha [aut]
Maintainer: Pankaj Das <pankaj.das2@icar.gov.in>
Depends: R (≥ 3.3.0),urca,forecast,vars
Description: This cointegration based Time Delay Neural Network Model hybrid model allows the researcher to make use of the information extracted by the cointegrating vector as an input in the neural network model.
Encoding: UTF-8
LazyData: true
License: GPL-3
NeedsCompilation: no
Packaged: 2021-01-21 12:08:07 UTC; USER
Repository: CRAN
Date/Publication: 2021-01-22 11:20:02 UTC

Cointegration Based Time Delay Neural Network Model

Description

This cointegration based Time Delay Neural Network Model hybrid model allows the researcher to make use of the information extracted by the cointegrating vector as an input in the neural network model.

Usage

ECTTDNN(data,type,t,lag_ann,hidden_nodes_ann,r)

Arguments

data

A Multivariate data

type

Type of cointegration test to be used. Either "trace" or "eigen" value based

t

Partition value for spliting the data set into training and testing

lag_ann

Number of lags used for the Time Delay Neural Network Model fitting

hidden_nodes_ann

Number of hidden nodes used in the Time Delay Neural Network Model

r

Number of repeats for the Time Delay Neural Network Model

Details

ECTTDNN uses cointegration based Timedelay Neural network model proposed by Das (2019).First the cointegration of the data series is identified by Johansen cointegration test. Then Error correction model is fitted for the estimation of parameters i.e. Beta and Error coreection term (ECT).The estimated ECT is used as a auxiliary information in neural network fitting. Then the neural network model is used foresting of data series.

Value

It returns the accuracy measures of the fitted cointegration based TDNN model.

Author(s)

Pankaj Das,Achal Lama, Girish Kumar Jha

References

Das (2019)<http://krishikosh.egranth.ac.in/handle/1/5810147805>

See Also

vars,urca, nnfor

Examples

data(finland)
data_example<-finland[,1:2]
ECTTDNN(data_example,"trace",0.8,1,5,5)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.