-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
100 lines (99 loc) · 2.6 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
# Generated by roxygen2: do not edit by hand
export(KRest)
export(SKest)
export(barplotWts)
export(bootEfronts)
export(chart.Efront)
export(cleanOutliers)
export(divHHI)
export(ellipsesPlotPCRA.covfm)
export(ewmaMeanVol)
export(getPCRAData)
export(levgLongShort)
export(mathEfront)
export(mathEfrontCashRisky)
export(mathEfrontRisky)
export(mathEfrontRiskyMuCov)
export(mathGmv)
export(mathGmvMuCov)
export(mathTport)
export(mathWtsEfrontRisky)
export(mathWtsEfrontRiskyMuCov)
export(meanReturns4Types)
export(minVarCashRisky)
export(minVarRiskyLO)
export(opt.outputMvoPCRA)
export(plotLSandRobustSFM)
export(psiHuber)
export(qqnormDatWindat)
export(returnsCRSPxts)
export(selectCRSPandSPGMI)
export(stocksCRSPxts)
export(transferCoef)
export(tsPlotMP)
export(turnOver)
export(update_dev_pkg)
export(winsorMean)
export(winsorize)
import(data.table)
importFrom(PerformanceAnalytics,checkData)
importFrom(PortfolioAnalytics,add.constraint)
importFrom(PortfolioAnalytics,add.objective)
importFrom(PortfolioAnalytics,create.EfficientFrontier)
importFrom(PortfolioAnalytics,optimize.portfolio)
importFrom(PortfolioAnalytics,portfolio.spec)
importFrom(R.cache,loadCache)
importFrom(R.cache,saveCache)
importFrom(RobStatTM,lmrobdet.control)
importFrom(RobStatTM,lmrobdetMM)
importFrom(RobStatTM,locScaleM)
importFrom(boot,boot)
importFrom(corpcor,make.positive.definite)
importFrom(devtools,install_github)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,identify)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lattice,panel.abline)
importFrom(lattice,panel.xyplot)
importFrom(lattice,xyplot)
importFrom(methods,cbind2)
importFrom(quadprog,solve.QP)
importFrom(robustbase,scaleTau2)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qqnorm)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(xts,apply.monthly)
importFrom(xts,as.xts)
importFrom(xts,xts)
importFrom(zoo,"index<-")
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,zoo)