https://github.com/ecrc/exageostatR
Raw File
Tip revision: de7cbf0cd9dd438807eba9fe201f8aa3a900ca09 authored by Sameh Abdulah on 10 September 2020, 10:30:23 UTC
minor fix
Tip revision: de7cbf0
NAMESPACE
useDynLib(exageostat, .registration = TRUE)
importFrom("stats", "rnorm")
export(simulate_data_exact)
export(simulate_obs_exact)
export(exact_mle)
export(tlr_mle)
export(dst_mle)
export(exageostat_init)
export(exageostat_finalize)

back to top