-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathNAMESPACE
112 lines (111 loc) · 2.5 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
# Generated by roxygen2: do not edit by hand
S3method(hist,mcsim)
S3method(hist,txnsim)
S3method(plot,iStarEst)
S3method(plot,iStarSens)
S3method(plot,mcsim)
S3method(plot,txnsPerf)
S3method(plot,txnsim)
S3method(print,mcsim)
S3method(print,txnsStats)
S3method(print,txnsim)
S3method(quantile,mcsim)
S3method(quantile,txnsim)
S3method(summary,mcsim)
S3method(summary,txnsPerf)
S3method(summary,txnsim)
export(.getPortfolio)
export(AcctReturns)
export(ArrivalCost)
export(IndexAdjustedCost)
export(IndexCost)
export(PortfReturns)
export(acOptTxns)
export(addAcctTxn)
export(addDiv)
export(addPortfInstr)
export(addTxn)
export(addTxns)
export(benchTradePerf)
export(benchTradeStats)
export(calcPortfWgt)
export(chart.ME)
export(chart.Posn)
export(chart.Reconcile)
export(chart.Spread)
export(dailyEqPL)
export(dailyStats)
export(dailyTxnPL)
export(extractTxns)
export(getAccount)
export(getEndEq)
export(getPortfolio)
export(getPos)
export(getPosQty)
export(getTxns)
export(iStarPostTrade)
export(iStarSensitivity)
export(impShortfall)
export(initAcct)
export(initPortf)
export(is.account)
export(is.portfolio)
export(mcsim)
export(pennyPerShare)
export(perTradeStats)
export(put.account)
export(put.portfolio)
export(tradeQuantiles)
export(tradeStats)
export(trdPrcPerf)
export(txnsim)
export(updateAcct)
export(updateEndEq)
export(updatePortf)
import(FinancialInstrument)
import(PerformanceAnalytics)
import(TTR)
import(quantmod)
import(xts)
import(zoo)
importFrom(boot,boot.array)
importFrom(boot,tsboot)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.new)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,hasArg)
importFrom(stats,binom.test)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,end)
importFrom(stats,ks.test)
importFrom(stats,lag)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,sigma)
importFrom(stats,start)
importFrom(stats,wilcox.test)
importFrom(utils,View)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,type.convert)
useDynLib(blotter, .registration=TRUE, .fixes="C_")