Generics for different goodness-of-fit tests. Currently without use.
ljung_box_test(
object,
m_max = 20,
weight_f = function(lag) {
m <- max(lag)
(m + 1 - lag)/m
},
adj_df = NULL,
silent = FALSE,
...
)sign_bias_test(object, silent = FALSE, ...)
goodn_of_fit_test(object, n_bins = c(20, 30, 40, 50), silent = FALSE, ...)
fit_test_suite(
object,
args_lbt = list(),
args_sbt = list(),
args_goft = list(),
silent = FALSE,
...
)
The generics are currently without use and do not return anything.
currently without use.
currently without use.
currently without use.
currently without use.
currently without use.
currently without use.
currently without use.
currently without use.
currently without use.
currently without use.