-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
54 lines (48 loc) · 1.3 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
import(methods, Matrix)
importFrom(stats, dnorm, pnorm, qnorm, rnorm,
runif,
integrate, uniroot, optimize)
importFrom(graphics, plot)
importFrom(stats, dunif, lm, nlminb, optim, sd, var)
importFrom(utils, read.csv, read.table, toLatex, write.table, packageVersion)
importFrom(stabledist, dstable, rstable, pstable, qstable)
importFrom(fBasics, .qStableFit)
importFrom(numDeriv, jacobian)
importFrom(MASS, lm.gls)
importFrom(testthat, expectation, expect_that, expect_equal)
importFrom(xtable, xtable, "align<-", "digits<-", "display<-")
importFrom(Rdpack, reprompt)
exportClass(Estim)
exportClass(Best_t)
exportMethods("+", show, initialize)
export(
getTime_,
PrintDuration,
ComputeDuration,
PrintEstimatedRemainingTime,
expect_almost_equal,
get.StatFcts,
get.abMat,
ComplexCF,
jacobianComplexCF,
ComputeFirstRootRealeCF,
IntegrateRandomVectorsProduct,
RegularisedSol,
sampleComplexCFMoment,
sampleRealCFMoment,
Estim,
McCullochParametersEstim,
IGParametersEstim,
KoutParametersEstim,
GMMParametersEstim,
CgmmParametersEstim,
MLParametersEstim,
Estim_Simulation,
ComputeStatObjectFromFiles,
TexSummary,
ConcatFiles,
ComputeBest_t,
ComputeBest_tau,
## re-exports
rstable
)