DetectCpObj | R Documentation |
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,
theta_MCMC = NULL,
I0_MCMC = NULL,
I0_MCMC_01 = NULL,
kernel_ts = NULL,
kernel_epi = NULL,
univariate_ts = NULL
)
data |
a vector or a matrix containing the values of the time series; |
n_iterations |
number of iterations of the MCMC algorithm; |
n_burnin |
number of MCMC iterations to exclude in the posterior estimate; |
orders |
a matrix where each row corresponds to the output order of the corresponding iteration; |
time |
computational time in seconds; |
phi_MCMC |
traceplot for |
phi_MCMC_01 |
a |
sigma_MCMC |
traceplot for |
sigma_MCMC_01 |
a |
theta_MCMC |
traceplot for |
I0_MCMC |
traceplot for |
I0_MCMC_01 |
a |
kernel_ts |
if TRUE data are time series. |
kernel_epi |
if TRUE data are survival functions. |
univariate_ts |
TRUE/FALSE if time series is univariate or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.