https://github.com/cran/fOptions
Raw File
Tip revision: 6643ac785a80951edbdcabcb3eba03d08c8b9a61 authored by Tobias Setz on 16 November 2017, 21:46:13 UTC
version 3042.86
Tip revision: 6643ac7
NAMESPACE
################################################################################
## Exports
################################################################################
exportPattern(".")
# In the future this should be used:
#exportPattern("^[^\\.]")

S3method("print", "hngarch")
S3method("print", "option")
S3method("summary", "fOPTION")
S3method("summary", "hngarch")
S3method("summary", "option")

################################################################################
## Imports
################################################################################
import("timeDate")
import("timeSeries")
import("fBasics")

importFrom("graphics", text)
importFrom("methods", new)
importFrom("stats", dnorm, integrate, nlm, rnorm, runif, uniroot, var)

################################################################################
## Libraries
################################################################################
useDynLib("fOptions")
back to top