my_svr {AriGaMyANNSVR}R Documentation

Specially Designed SVR-Based Modeling

Description

Fits a specially designed SVR model to the uni-variate time series data. The contribution is related to the PhD work of the maintainer.

Usage

my_svr(Y, ratio = 0.9, n_lag = 4)

Arguments

Y

Univariate time series

ratio

Ratio of number of observations in training and testing sets

n_lag

Lag of the provided time series data

Value

References

Examples

Y <- rnorm(100, 100, 10)
result <- my_svr(Y, ratio = 0.8, n_lag = 4)

[Package AriGaMyANNSVR version 0.1.0 Index]