-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
68 lines (68 loc) · 1.96 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
importFrom("methods","setRefClass")
importFrom("methods", "new")
importFrom("methods", "is")
importFrom("utils", "read.csv")
importFrom("graphics", "lines", "plot")
importFrom("reticulate", "import", "py_install","py_module_available")
importFrom("stats", "quantile","runif","cor","sd","rnorm", "var")
importFrom("data.table", "data.table")
importFrom("data.table", "setkey")
importFrom("data.table", ":=")
importFrom("RcppAlgos", "comboGrid")
importFrom("ggplot2", "ggplot", "geom_line", "xlab", "ylab", "scale_color_manual", "aes")
importFrom("readxl", "read_excel")
export(AngularDistance)
export(Chebyshev_distance)
export(CrossSampleEntropy)
export(DynamicBeta)
export(GetTradeDetails)
export(InformationAdjustedBeta)
export(InformationAdjustedCorr)
export(NormXASampEn)
export(ParseTrades)
export(SampleEntropy)
export(VariationOfInformation)
export(Bond)
export(BondFuture)
export(CDOTranche)
export(CSA)
export(Collateral)
export(CommSwap)
export(Commodity)
export(CommodityForward)
export(CDX)
export(CDS)
export(Curve)
export(Equity)
export(EquityIndexFuture)
export(EquityOptionIndex)
export(EquityOptionSingle)
export(FxSwap)
export(FxForward)
export(HashTable)
export(IRDFuture)
export(IRDSwap)
export(IRDSwapVol)
export(IRDSwaption)
export(OtherExposure)
export(SelectDerivatives)
export(capped_fibonacci_seq)
export(roulette_pl_calculator_labouchere)
export(roulette_pl_calculator_dalembert)
export(roulette_pl_calculator_fibonacci)
export(roulette_pl_calculator_martingale)
export(roulette_pl_calculator_specific_number)
export(martingale_strategy_repetitions)
export(Total_Carbon_Emissions)
export(Carbon_Footprint)
export(Carbon_Intensity)
export(Weighted_Average_Carbon_Intensity)
export(EuroMillionsExample)
export(EuroJackpotExample)
export(EuroLotteryBacktesting)
export(OuterJoinMerge)
export(top5)
export(CalcEuroLotteryPnL)
export(EuroMillionsResults)
export(EuroJackpotResults)
export(EuroLotteryAllCombinations)