tests/testthat/test.ECTSVR.R

library(testthat)
require(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)

Try the ECTSVR package in your browser

Any scripts or data that you put into this service are public.

ECTSVR documentation built on Aug. 29, 2023, 1:06 a.m.