inst/doc/EMDSVRhybrid.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
##Example how the package works
library(EMDSVRhybrid)

#Application
# A Random time series dataset generation
set.seed(6)
example_data=rnorm(500,30,5)

#Parameter setting
k <-  0.9

#Application of EMDANN model
EMDSVRhybrid(example_data,0.9,funct="radial")

Try the EMDSVRhybrid package in your browser

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

EMDSVRhybrid documentation built on Oct. 11, 2023, 9:06 a.m.