-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 917 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(ETAS_intensity)
export(Omori2cGPD)
export(cGPD2Omori)
export(cpp_gpd_to_gauss)
export(cpp_pgpd)
export(cpp_rdiscrete)
export(dgpd)
export(draw_M_after)
export(exactly_one_null)
export(gpd_flat_prior)
export(gpd_likelihood)
export(gpd_mcmc_nu)
export(gpd_to_gaus)
export(maxLikelihoodETAScGPD)
export(maxLikelihoodGPD)
export(nu2pow)
export(nu2sig)
export(pgpd)
export(pow2nu)
export(pow2sig)
export(qgpd)
export(rbranch)
export(rgpd)
export(sampleETASposterior)
export(sampleETASposterior_corrmag)
export(sampleETASposterior_dualmag)
export(sig2nu)
export(sig2pow)
export(simulateETAS)
export(simulateETAScorr)
export(simulateNHPP)
importFrom(stats,dexp)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
useDynLib(corrETAS, .registration = TRUE)