Nothing
# For class "mean_spec"
order_checker_arma <- function(arma_order) {
!((length(arma_order) == 2) && (arma_order[[1]] >= 0 && arma_order[[2]] >= 0))
}
mean_checker <- function(include_mean) {
!(length(include_mean) == 1)
}
# Function "lmemo_checker" can be reused from "inpout_checkers_egarch_spec.R".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.