-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
92 lines (91 loc) · 2.18 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
# Generated by roxygen2: do not edit by hand
S3method(cormat,fsvdraws)
S3method(cormat,fsvsim)
S3method(covmat,fsvdraws)
S3method(covmat,fsvsim)
S3method(logret,data.frame)
S3method(logret,matrix)
S3method(paratraceplot,fsvdraws)
S3method(plot,fsvdraws)
S3method(print,fsvdraws)
export(comtimeplot)
export(corelement)
export(corimageplot)
export(cormat)
export(corplot)
export(cortimeplot)
export(covelement)
export(covmat)
export(covtimeplot)
export(evdiag)
export(expweightcov)
export(facloadcredplot)
export(facloaddensplot)
export(facloadpairplot)
export(facloadpointplot)
export(facloadtraceplot)
export(findrestrict)
export(fsvsample)
export(fsvsim)
export(ledermann)
export(logret)
export(logvartimeplot)
export(orderident)
export(paratraceplot)
export(plotalot)
export(predcond)
export(predcor)
export(predcov)
export(predh)
export(predloglik)
export(predloglikWB)
export(predprecWB)
export(preorder)
export(runningcormat)
export(runningcovmat)
export(signident)
export(voltimeplot)
import(methods)
importFrom(GIGrvg,rgig)
importFrom(Rcpp,evalCpp)
importFrom(corrplot,corrMatOrder)
importFrom(corrplot,corrplot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,palette)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,cov2cor)
importFrom(stats,density)
importFrom(stats,factanal)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,ts.plot)
importFrom(stochvol,logret)
importFrom(stochvol,paratraceplot)
importFrom(stochvol,svsample)
importFrom(stochvol,validate_and_process_expert)
importFrom(utils,combn)
importFrom(utils,flush.console)
useDynLib(factorstochvol, .registration = TRUE)