-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
53 lines (52 loc) · 1.39 KB
/
NAMESPACE
File metadata and controls
53 lines (52 loc) · 1.39 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as.character,bats)
S3method(as.character,tbats)
S3method(fitted,BATS)
S3method(fitted,TBATS)
S3method(forecast,BATS)
S3method(forecast,TBATS)
S3method(glance,BATS)
S3method(glance,TBATS)
S3method(print,BATS)
S3method(print,TBATS)
S3method(refit,BATS)
S3method(refit,TBATS)
S3method(residuals,BATS)
S3method(residuals,TBATS)
export(BATS)
export(TBATS)
export(find_seasonalities)
importFrom(Rcpp,sourceCpp)
importFrom(distributional,dist_normal)
importFrom(fabletools,forecast)
importFrom(fabletools,new_model_class)
importFrom(fabletools,new_model_definition)
importFrom(fabletools,new_specials)
importFrom(generics,glance)
importFrom(generics,refit)
importFrom(parallel,clusterApplyLB)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(rlang,enquo)
importFrom(stats,`tsp<-`)
importFrom(stats,aggregate)
importFrom(stats,as.ts)
importFrom(stats,end)
importFrom(stats,fitted)
importFrom(stats,frequency)
importFrom(stats,lm)
importFrom(stats,na.contiguous)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,qnorm)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,spec.ar)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(tsibble,is_regular)
importFrom(tsibble,measured_vars)
useDynLib(fable.tbats, .registration = TRUE)