-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
54 lines (53 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,batch)
S3method(autoplot,online)
S3method(plot,batch)
S3method(plot,online)
S3method(predict,online)
S3method(print,batch)
S3method(print,online)
S3method(summary,online)
S3method(tidy,online.experts_loss)
S3method(tidy,online.forecaster_loss)
S3method(tidy,online.predictions)
S3method(tidy,online.weights)
S3method(update,online)
export(autoplot)
export(batch)
export(conline)
export(init_experts_list)
export(make_basis_mats)
export(make_hat_mats)
export(make_knots)
export(online)
export(oracle)
export(penalty)
export(post_process_model)
export(splines2_basis)
export(tidy)
import(Rcpp)
import(methods)
importClassesFrom(Matrix,dgCMatrix)
importFrom(abind,abind)
importFrom(abind,adrop)
importFrom(abind,asub)
importFrom(generics,tidy)
importFrom(ggplot2,autoplot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,barplot)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,polygon)
importFrom(lifecycle,deprecated)
importFrom(stats,pbeta)
importFrom(stats,predict)
importFrom(stats,ts.plot)
importFrom(stats,update)
importFrom(tibble,as_tibble)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,tail)
useDynLib(profoc, .registration = TRUE)