-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
41 lines (40 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(fitted,trendfilter)
S3method(predict,trendfilter)
S3method(residuals,trendfilter)
export(.trendfilter)
export(bootstrap_trendfilter)
export(cv_trendfilter)
export(sure_trendfilter)
export(trendfilter)
export(vbands)
import(mathjaxr)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,slice_sample)
importFrom(dplyr,tibble)
importFrom(glmgen,.tf_fit)
importFrom(glmgen,.tf_predict)
importFrom(glmgen,.tf_thin)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowSds)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(rlang,"%||%")
importFrom(stats,approx)
importFrom(stats,fitted)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,weights)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand_grid)