-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
44 lines (34 loc) · 1.06 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
### Exports
#export(coherentSystemsOfOrder)
#export(coherentNetworksOfOrder)
export(createSystem)
export(setCompTypes)
export(computeSystemSignature)
export(computeNetworkSignature)
export(computeSystemSurvivalSignature)
export(nonParBayesSystemInference)
export(nonParBayesSystemInferencePriorSets)
export(expectedSystemLifetimeExp)
export(expectedNetworkLifetimeExp)
export(expectedSignatureLifetimeExp)
export(maskedInferenceIIDCustom)
export(maskedInferenceIIDExponential)
#export(maskedInferenceIIDPhaseType)
export(maskedInferenceEXCHCustom)
export(maskedInferenceEXCHExponential)
#export(maskedInferenceEXCHPhaseType)
export(simulateSystem)
export(systemGraphToGenerator)
### Imports
importFrom(sfsmisc, digitsBase)
importFrom(combinat, permn)
importFrom(FRACTION, gcd)
importFrom(mcmc, metrop)
import(PhaseType)
importFrom(actuar, rphtype)
importFrom(actuar, pphtype)
importFrom(actuar, dphtype)
import(igraph)
importFrom(stats, dbinom, dexp, na.omit, optim, pexp, rexp, rgamma, rnorm, runif)
importFrom(parallel, mclapply, detectCores)
importFrom(utils, hasName)