powered by
Apply a sign bias test to check the standardized residuals of a fitted model from this package for remaining significant sign effects.
# S4 method for fEGarch_fit sign_bias_test(object, silent = FALSE, ...)
Returns a numeric matrix invisibly.
an object "fEGarch_fit" as returned by the fitting functions of this package, for example by fEGarch.
"fEGarch_fit"
fEGarch
a logical value reflecting whether or not test results should be printed in a well-formatted manner to the console.
currently without use.
window.zoo <- get("window.zoo", envir = asNamespace("zoo")) rt <- window.zoo(SP500, end = "2002-12-31") spec <- fEGarch_spec() model <- fEGarch(spec, rt) sign_bias_test(model)
Run the code above in your browser using DataLab