forked from drkowal/dsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
export(bayesreg_gl)
export(btf)
export(btf_bspline)
export(btf_reg)
export(btf_sparse)
export(build_Q)
export(build_XtX)
export(credBands)
export(ergMean)
export(getEffSize)
export(getNonZeros)
export(initChol.spam)
export(initCholReg.spam)
export(initDHS)
export(initEvol0)
export(initEvolParams)
export(initSV)
export(invlogit)
export(logit)
export(plot_cp)
export(plot_fitted)
export(post_spec_dsp)
export(sampleAR1)
export(sampleBTF)
export(sampleBTF_bspline)
export(sampleBTF_reg)
export(sampleBTF_reg_backfit)
export(sampleBTF_sparse)
export(sampleDSP)
export(sampleEvol0)
export(sampleEvolParams)
export(sampleFastGaussian)
export(sampleLogVolMu)
export(sampleLogVolMu0)
export(sampleSVparams)
export(simBaS)
export(simRegression)
export(simUnivariate)
export(spec_dsp)
export(tvar)
import(BayesLogit)
import(KFAS)
import(Matrix)
import(coda)
import(fda)
import(spam)
import(stochvol)
import(truncdist)
import(vars)
importFrom(grDevices,dev.new)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(stats,approxfun)
importFrom(stats,arima)
importFrom(stats,arima.sim)
importFrom(stats,dbeta)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)