A constructor for the DetectCpObj class. The class DetectCpObj contains...
DetectCpObj(
data = NULL,
n_iterations = NULL,
n_burnin = NULL,
orders = NULL,
time = NULL,
phi_MCMC = NULL,
phi_MCMC_01 = NULL,
sigma_MCMC = NULL,
sigma_MCMC_01 = NULL,
delta_MCMC = NULL,
I0_MCMC = NULL,
I0_MCMC_01 = NULL,
kernel_ts = NULL,
kernel_epi = NULL,
univariate_ts = NULL
)a vector or a matrix containing the values of the time series;
number of iterations of the MCMC algorithm;
number of MCMC iterations to exclude in the posterior estimate;
a matrix where each row corresponds to the output order of the corresponding iteration;
computational time in seconds;
traceplot for \(\gamma\).
a \(0/1\) vector, the \(n\)-th element is equal to \(1\) if the proposed \(\phi\) was accepted, \(0\) otherwise.
traceplot for \(\sigma\).
a \(0/1\) vector, the \(n\)-th element is equal to \(1\) if the proposed \(\sigma\) was accepted, \(0\) otherwise.
traceplot for \(\delta\).
traceplot for \(I_0\).
a \(0/1\) vector, the \(n\)-th element is equal to \(1\) if the proposed \(I_0\) was accepted, \(0\) otherwise.
if TRUE data are time series.
if TRUE data are epidemic diffusions.
TRUE/FALSE if time series is univariate or not.