-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
122 lines (121 loc) · 3.3 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
export("%p%")
export(GHAR.1step.rolling.VaR.forecast)
export(GHAR.model)
export(HARRV.direct.forecast)
export(HARRV.recursive.forecast)
export(W_sd_sr)
export(W_sd_sr_out)
export(aggregate_merge_bictoincharts_data)
export(bitcoincharts_download_large)
export(bitcoincharts_random_download)
export(bitcoincharts_single_download)
export(bitcoinity_download)
export(bitcoinity_download_DIK)
export(btc.arbitrage.user)
export(btc.lower.bound.user)
export(btc.lower.bound.web)
export(btc.upper.bound.user)
export(btc.upper.bound.web)
export(calcBestOrderBased)
export(calcBestOrdersAndTradesBased)
export(calcTradeBased)
export(coindesk_download)
export(cryptowatch_data_download)
export(download_coinmarketcap_daily)
export(download_coinmarketcap_w)
export(getFilenames)
export(get_time_str)
export(information_shares)
export(lassovar.RC.1step.rolling.VaR.forecast)
export(lastPriceToBestOrders)
export(matrix_pd)
export(prepareBestOrders)
export(prepareOrders)
export(prepareTradesFromDirectory)
export(rc_pd)
export(recursive.arch.multi)
export(recursive.portmanteau.multi)
export(zpp_general)
export(zpp_norm)
export(zpp_norm_garch11)
importFrom(PerformanceAnalytics,SharpeRatio)
importFrom(Quandl,Quandl)
importFrom(QuantTools,returns)
importFrom(XML,htmlTreeParse)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(alabama,auglag)
importFrom(corpcor,sm2vec)
importFrom(corpcor,vec2sm)
importFrom(curl,curl_fetch_disk)
importFrom(curl,has_internet)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fredr,fredr)
importFrom(fredr,fredr_set_key)
importFrom(ggplot2,autoplot)
importFrom(highfrequency,HARmodel)
importFrom(highfrequency,aggregateTS)
importFrom(highfrequency,makeReturns)
importFrom(highfrequency,rCov)
importFrom(jsonlite,fromJSON)
importFrom(lassovar,forecast.lassovar)
importFrom(lubridate,days)
importFrom(matrixStats,colCumsums)
importFrom(matrixStats,colMins)
importFrom(plyr,mutate)
importFrom(quantmod,getQuote)
importFrom(quantmod,yahooQF)
importFrom(rjson,fromJSON)
importFrom(rlang,.data)
importFrom(rugarch,ugarchfit)
importFrom(rugarch,ugarchforecast)
importFrom(rugarch,ugarchsim)
importFrom(rugarch,ugarchspec)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,embed)
importFrom(stats,lag)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,resid)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,window)
importFrom(stringr,str_split)
importFrom(systemfit,createSystemfitModel)
importFrom(systemfit,systemfit)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(xml2,read_html)
importFrom(xts,as.xts)
importFrom(xts,lag.xts)
importFrom(xts,last)
importFrom(xts,make.index.unique)
importFrom(xts,merge.xts)
importFrom(xts,rbind.xts)
importFrom(xts,xts)
importFrom(zoo,as.zoo)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,rollapply)
importFrom(zoo,rollmean)
importFrom(zoo,zoo)