-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(dat_strategy)
export(dominant_asset_matrix)
export(entropyBinary)
export(entropyCEV)
export(entropyDTFM)
export(entropyGBM)
export(entropyHeston)
export(entropyItoProcess)
export(entropyMerton)
export(entropyMixtureDiffusion)
export(entropyPortfolioGBM)
export(entropyTandemMoneyline)
export(jint)
export(kellyBinary)
export(kellyCEV)
export(kellyDTFM)
export(kellyEuroBS1)
export(kellyEuroBS2)
export(kellyGBM)
export(kellyItoProcess)
export(kellyMerton)
export(kellyMixtureDiffusion)
export(kellyPoisson)
export(kellyPortfolioGBM)
export(kellyTandemMoneyline)
export(optimalBinary)
export(optimalCEV)
export(optimalDTFM)
export(optimalGBM)
export(optimalHeston)
export(optimalItoProcess)
export(optimalMertonPath)
export(optimalMixtureDiffusion)
export(optimalPoisson)
export(optimalTandemMoneyline)
export(wealthGoalChance)
export(wealthGoalControl)
export(wealthGoalEntropy)
importFrom(Rcpp,sourceCpp)
importFrom(findistr,dgmm)
importFrom(findistr,dstable)
importFrom(findistr,rgmm)
importFrom(findistr,rstable)
importFrom(quadprog,solve.QP)
useDynLib(kellyfractions, .registration = TRUE)