-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
110 lines (109 loc) · 2.62 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Generated by roxygen2: do not edit by hand
S3method(AICc,legion)
S3method(BICc,legion)
S3method(actuals,legion)
S3method(coef,legion)
S3method(errorType,legion)
S3method(forecast,legion)
S3method(logLik,legion)
S3method(logLik,oves)
S3method(modelType,legion)
S3method(nobs,legion)
S3method(nobs,oves)
S3method(nparam,oves)
S3method(outlierdummy,legion)
S3method(plot,legion)
S3method(plot,legion.forecast)
S3method(plot,legion.sim)
S3method(plot,oves)
S3method(print,legion)
S3method(print,legion.forecast)
S3method(print,oves)
S3method(residuals,legion)
S3method(rstandard,legion)
S3method(rstudent,legion)
S3method(sigma,legion)
S3method(simulate,legion)
S3method(summary,legion)
S3method(summary,oves)
export(auto.vets)
export(is.legion)
export(is.legion.sim)
export(is.oves)
export(oves)
export(sim.ves)
export(ves)
export(vets)
import(Rcpp)
import(zoo)
importFrom(Matrix,Matrix)
importFrom(generics,forecast)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,abline)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(greybox,AICc)
importFrom(greybox,BICc)
importFrom(greybox,actuals)
importFrom(greybox,errorType)
importFrom(greybox,graphmaker)
importFrom(greybox,is.occurrence)
importFrom(greybox,measures)
importFrom(greybox,nparam)
importFrom(greybox,nvariate)
importFrom(greybox,outlierdummy)
importFrom(greybox,rlaplace)
importFrom(greybox,rs)
importFrom(nloptr,nloptr)
importFrom(smooth,modelType)
importFrom(smooth,oes)
importFrom(smooth,sowhat)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,acf)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,deltat)
importFrom(stats,dnorm)
importFrom(stats,end)
importFrom(stats,fitted)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,optim)
importFrom(stats,pacf)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,rstandard)
importFrom(stats,rstudent)
importFrom(stats,rt)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,sigma)
importFrom(stats,simulate)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(zoo,zoo)
useDynLib(legion)