-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.88 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
# Generated by roxygen2: do not edit by hand
S3method(estimate,gam.spec)
S3method(estimate,mgam.spec)
S3method(fitted,gam.estimate)
S3method(fitted,mgam.estimate)
S3method(predict,gam.estimate)
S3method(predict,mgam.estimate)
S3method(residuals,gam.estimate)
S3method(residuals,mgam.estimate)
S3method(sigma,mgam.estimate)
S3method(summary,gam.estimate)
S3method(tsbacktest,gam.trainspec)
S3method(tsconvert,mgam.estimate)
S3method(tsdecompose,gam.estimate)
S3method(tsdecompose,gam.predict)
S3method(tsmetrics,gam.estimate)
S3method(tsmetrics,gam.predict)
export(gam_modelspec)
export(gam_trainspec)
export(mgam_modelspec)
import(data.table)
import(methods)
import(mgcv)
import(tsmethods)
importFrom(copula,P2p)
importFrom(copula,fitCopula)
importFrom(copula,normalCopula)
importFrom(copula,pobs)
importFrom(copula,rCopula)
importFrom(copula,tCopula)
importFrom(fasttime,fastDate)
importFrom(fasttime,fastPOSIXct)
importFrom(future,"%<-%")
importFrom(future.apply,future_lapply)
importFrom(gratia,predicted_samples)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(stats,AIC)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,sigma)
importFrom(tsaux,bias)
importFrom(tsaux,crps)
importFrom(tsaux,mape)
importFrom(tsaux,mis)
importFrom(tsaux,msis)
importFrom(tsaux,mslre)
importFrom(tsaux,sampling_frequency)
importFrom(tsaux,smape)
importFrom(tsdistributions,distribution_modelspec)
importFrom(tsdistributions,qdist)
importFrom(tsdistributions,rdist)
importFrom(xts,as.xts)
importFrom(xts,is.xts)
importFrom(xts,tzone)
importFrom(xts,xts)
importFrom(zoo,as.zoo)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,zoo)