-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
73 lines (72 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
S3method(aperm,madness)
S3method(as.madness,default)
S3method(c,madness)
S3method(chol,madness)
S3method(determinant,madness)
S3method(vcov,madness)
export("%o%")
export(as.madness)
export(blockrep)
export(det)
export(madness)
export(numderiv)
export(repto)
export(theta)
export(to_objective)
export(twomoments)
exportClasses(madness)
exportMethods("varx<-")
exportMethods("vtag<-")
exportMethods("xtag<-")
exportMethods(as.array)
exportMethods(as.matrix)
exportMethods(as.numeric)
exportMethods(cbind2)
exportMethods(colMeans)
exportMethods(colSums)
exportMethods(crossprod)
exportMethods(determinant)
exportMethods(diag)
exportMethods(dim)
exportMethods(dvdx)
exportMethods(eigen)
exportMethods(ivech)
exportMethods(length)
exportMethods(matrix.trace)
exportMethods(maxeig)
exportMethods(norm)
exportMethods(numderiv)
exportMethods(outer)
exportMethods(rbind2)
exportMethods(rowMeans)
exportMethods(rowSums)
exportMethods(show)
exportMethods(solve)
exportMethods(sqrtm)
exportMethods(t)
exportMethods(tcrossprod)
exportMethods(todiag)
exportMethods(tril)
exportMethods(triu)
exportMethods(val)
exportMethods(varx)
exportMethods(vec)
exportMethods(vech)
exportMethods(vtag)
exportMethods(xtag)
import(matrixcalc)
import(methods)
importFrom(Matrix,tril)
importFrom(Matrix,triu)
importFrom(expm,sqrtm)
importFrom(methods,cbind2)
importFrom(methods,coerce)
importFrom(methods,kronecker)
importFrom(methods,rbind2)
importFrom(methods,show)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,vcov)
importFrom(utils,head)