-
Notifications
You must be signed in to change notification settings - Fork 29
/
NAMESPACE
84 lines (83 loc) · 2.06 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method(generate,Arima)
S3method(generate,ets)
S3method(generate,mar)
S3method(print,mar)
S3method(simulate,mar)
export(app_gratis)
export(arima_model)
export(ets_model)
export(generate)
export(generate_msts)
export(generate_target)
export(generate_ts)
export(generate_ts_with_target)
export(mar_model)
export(pi_coefficients)
export(rmixnorm)
export(rmixnorm_ts)
export(simulate_target)
import(feasts)
import(shiny)
importFrom(GA,ga)
importFrom(GA,gaControl)
importFrom(GA,gaMonitor)
importFrom(GA,garun)
importFrom(GA,startParallel)
importFrom(doRNG,"%dorng%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(fGarch,garchSim)
importFrom(fGarch,garchSpec)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(forecast,BoxCox.lambda)
importFrom(forecast,autoplot)
importFrom(forecast,msts)
importFrom(forecast,ndiffs)
importFrom(forecast,trendcycle)
importFrom(generics,generate)
importFrom(grDevices,adjustcolor)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(methods,slotNames)
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,rmvnorm)
importFrom(polynom,polynomial)
importFrom(purrr,map)
importFrom(stats,"tsp<-")
importFrom(stats,acf)
importFrom(stats,as.ts)
importFrom(stats,coef)
importFrom(stats,diffinv)
importFrom(stats,dist)
importFrom(stats,dlnorm)
importFrom(stats,fivenum)
importFrom(stats,frequency)
importFrom(stats,loess)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,plnorm)
importFrom(stats,qlnorm)
importFrom(stats,rlnorm)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,stl)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,window)
importFrom(tibble,as_tibble)
importFrom(tsfeatures,tsfeatures)
importFrom(utils,flush.console)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,write.csv)