https://github.com/cran/fOptions
Raw File
Tip revision: e4e255741874e94521dc51c568dae0cfc1fbc908 authored by Tobias Setz on 09 November 2015, 17:23:12 UTC
version 3022.85
Tip revision: e4e2557
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