cenTS data for carxUse provided parameters and other settings to simulate a series of data as a cenTS object.
carxSimCenTS(nObs = 200, prmtrAR = c(-0.28, 0.25), prmtrX = c(0.2, 0.4),
sigma = 0.6, lcl = -1, ucl = 1, x = NULL, seed = NULL,
value.name = "y", end.date = Sys.Date(), inno.dist = c("normal", "t"),
t.df = 5, intercept = 0)number of observations to be simulated.
the AR parameter.
the regression parameters for X.
the innovation standard deviation for the AR process.
the lower censoring limit.
the upper censoring limit.
optional matrix for X. Default = NULL, in which case X will be simulated from
the standard normal distribution with dimensions determined by nObs and prmtrX.
optional to set the seed of random number generator used by R, default=NULL.
the name of the response series
the date of the last observation, default = Sys.date().
innovation distribution, can be "normal" or "t", default="normal". If it is "t",
its degree of freedom should be supplied in t.df.
the degree of freedom of the t distribution, used only if inno.dist="t". Default=5.
the intercept in the regression. Default=0.
a cenTS object with regressors.
# NOT RUN {
cts = carxSimCenTS()
# }
Run the code above in your browser using DataLab