blob: 8f0bb732ac55f5f5c90e3b4f0baf7e60a70979a2 (
plain)
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
|
# Generated by roxygen2: do not edit by hand
export(BCER)
export(BClossdist)
export(BClossdistC)
export(GHquad)
export(dist.transform)
export(dqnorm)
export(dshockprob)
export(exp_trunc)
export(fit.prob)
export(fit.probC)
export(lossdist.joint)
export(lossdist.prepay.joint)
export(lossdistC)
export(lossdistC.prepay.joint)
export(lossdistC.prepay.jointZ)
export(lossdistC.truncated)
export(lossdistCZ)
export(lossdistrib)
export(lossdistrib.fft)
export(lossdistrib2)
export(lossdistrib2.truncated)
export(lossrecovdist)
export(lossrecovdist.joint.term)
export(lossrecovdist.term)
export(rec.trunc)
export(recovdist)
export(recovdistC)
export(shockprob)
export(shockseverity)
export(stochasticrecov)
export(stochasticrecovC)
useDynLib(lossdistrib, .registration=TRUE, .fixes = "C_")
|