-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.24 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by roxygen2: do not edit by hand
S3method(add_anomaly,tsissm.component)
S3method(add_arma,tsissm.component)
S3method(add_custom,tsissm.component)
S3method(add_polynomial,tsissm.component)
S3method(add_regressor,tsissm.component)
S3method(add_seasonal,tsissm.component)
S3method(add_transform,tsissm.component)
S3method(lines,tsissm.component)
S3method(plot,tsissm.component)
S3method(tsdecompose,tsissm.component)
S3method(tsensemble,tssim.mixture)
export(add_anomaly)
export(add_arma)
export(add_custom)
export(add_polynomial)
export(add_regressor)
export(add_seasonal)
export(add_transform)
export(initialize_simulator)
export(mixture_modelspec)
import(data.table)
import(methods)
import(tsmethods)
importFrom(car,powerTransform)
importFrom(graphics,grid)
importFrom(graphics,lines)
importFrom(lubridate,`%m+%`)
importFrom(lubridate,days)
importFrom(lubridate,tz)
importFrom(lubridate,weeks)
importFrom(lubridate,years)
importFrom(stats,arima.sim)
importFrom(stats,filter)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,ts)
importFrom(stlplus,stlplus)
importFrom(utils,tail)
importFrom(xts,xts)
importFrom(zoo,as.zoo)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,plot.zoo)