-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.54 KB
/
Copy pathNAMESPACE
File metadata and controls
64 lines (63 loc) · 1.54 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
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
export(add_vertical_barrier)
export(cusum_filter)
export(daily_volatility)
export(drop_labels)
export(estimate_gpd)
export(features_from_ohlcv)
export(get_bins)
export(get_events)
export(get_series_statistics)
export(labeling_abnormal_returns)
export(labeling_around_zero)
export(labeling_fixed_time)
export(one_column_check)
export(rolling_backcusum)
export(rolling_exuber)
export(rolling_gas)
export(rolling_gpd)
export(rolling_theft)
export(rolling_univariate_forecasts)
export(two_column_check)
import(GAS)
import(RollingWindow)
import(TTR)
import(backCUSUM)
import(checkmate)
import(data.table)
import(doParallel)
import(eventstudies)
import(forecast)
import(future.apply)
import(ptsuite)
import(reticulate)
import(runner)
import(theft)
import(zoo)
importFrom(QuantTools,ema)
importFrom(QuantTools,roll_percent_rank)
importFrom(QuantTools,rsi)
importFrom(QuantTools,sma)
importFrom(exuber,augment)
importFrom(exuber,index)
importFrom(exuber,psy_minw)
importFrom(exuber,radf)
importFrom(exuber,tidy)
importFrom(lubridate,NA_POSIXct_)
importFrom(lubridate,days)
importFrom(lubridate,hours)
importFrom(lubridate,minutes)
importFrom(lubridate,seconds)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(roll,roll_lm)
importFrom(roll,roll_quantile)
importFrom(roll,roll_sd)
importFrom(slider,slide)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,setNames)