Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
****
The cointegration based support vector regression model is a combination of error correction model and support vector regression (http://krishi.icar.gov.in/jspui/handle/123456789/72361). This hybrid model allows the researcher to make use of the information extracted by the cointegrating vector as an input in the support vector regression model.
****
# Examples: How The cointegration based support vector regression model can be applied library(ECTSVR) #taking data finland from the r library data(finland) #takaing the two cointegrated variables (4th and 3rd) from the data set data_example <- finland[,4:3] #application of ECTSVR model with radial basis kernel function of Epsilon support vector regression model ECTSVR(data_example,"trace",0.8,2, "radial","eps-regression",verbose = FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.