forked from bfast2/bfast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(AIC,bfast01)
S3method(BIC,bfast01)
S3method(as.zoo,bfast01)
S3method(breakdates,bfast01)
S3method(breakpoints,bfast01)
S3method(coef,bfast01)
S3method(deviance,bfast01)
S3method(fitted,bfast01)
S3method(logLik,bfast01)
S3method(model.frame,bfast01)
S3method(model.matrix,bfast01)
S3method(nobs,bfast01)
S3method(plot,bfast)
S3method(plot,bfast01)
S3method(plot,bfastlite)
S3method(plot,bfastmonitor)
S3method(predict,bfast01)
S3method(print,bfast)
S3method(print,bfastlite)
S3method(print,bfastmonitor)
S3method(residuals,bfast01)
export(bfast)
export(bfast01)
export(bfast01classify)
export(bfast0n)
export(bfastlite)
export(bfastmonitor)
export(bfastpp)
export(bfastts)
export(create16dayts)
export(set_default_options)
export(set_fallback_options)
export(set_fast_options)
import(forecast)
import(stats)
import(strucchangeRcpp)
import(zoo)
importFrom(Rcpp,evalCpp)
importFrom(Rdpack,reprompt)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(bfast)