-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNAMESPACE
82 lines (81 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(AExn)
export(Axn)
export(Axn.mdt)
export(Axyn)
export(Axyzn)
export(DAxn)
export(Exn)
export(IAxn)
export(Iaxn)
export(Isn)
export(Lxt)
export(Tx)
export(accumulatedValue)
export(annuity)
export(axn)
export(axyn)
export(axyzn)
export(convertible2Effective)
export(convexity)
export(decreasingAnnuity)
export(discount2Interest)
export(duration)
export(dxt)
export(effective2Convertible)
export(exn)
export(exyt)
export(exyzt)
export(getDecrements)
export(getLifecontingencyPv)
export(getLifecontingencyPvXyz)
export(getOmega)
export(head)
export(increasingAnnuity)
export(intensity2Interest)
export(interest2Discount)
export(interest2Intensity)
export(mx2qx)
export(mxt)
export(nominal2Real)
export(plot)
export(presentValue)
export(print)
export(probs2lifetable)
export(pxt)
export(pxyt)
export(pxyzt)
export(qx2mx)
export(qxt)
export(qxt.fromQxprime)
export(qxt.prime.fromMdt)
export(qxyt)
export(qxyzt)
export(rLife)
export(rLifeContingencies)
export(rLifeContingenciesXyz)
export(rLifexyz)
export(real2Nominal)
export(rmdt)
export(summary)
export(tail)
exportClasses(actuarialtable)
exportClasses(lifetable)
exportMethods(coerce)
exportMethods(getOmega)
exportMethods(plot)
exportMethods(print)
exportMethods(show)
exportMethods(summary)
import(methods)
import(parallel)
import(utils)
importClassesFrom(markovchain,markovchain)
importClassesFrom(markovchain,markovchainList)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(markovchain,rmarkovchain)
importFrom(stats,complete.cases)
importFrom(stats,integrate)
importFrom(stats,rbinom)
useDynLib(lifecontingencies, .registration = TRUE)