View source: R/SLIP_MCP_generator.R
SLIP.mcp.generator | R Documentation |
Generate n-by-p matrix with at least one changes in each abnormal datastream
SLIP.mcp.generator( n, p, cov = "Identity", rho = NULL, dist = "Gaussian", ratio = 0.15, delta = 1, varrho = 0.05, cpn = 4, Sigma = NULL, param = NULL )
n |
the number of observations |
p |
the number of datastreams |
cov |
covariance type |
rho |
optional when using |
dist |
noise distribution |
ratio |
abnormal streams/total streams = ratio, ratio in [0, 1] |
delta |
the magnitudes of changes (delta >= 0) lie in [delta-0.1, delta+0.1] with equally probable sign from +, - |
varrho |
the parameter avoiding the boundary problem, [0, 0.5) |
cpn |
the parameter of Poisson distribution related to the number of change-points at each of abnormal streams |
Sigma |
the covariance matrix, optional only when |
param |
the parameter when using |
data with changes in some datastreasm
dat |
n-by-p data matrix |
index |
those datastreams containing changes |
cpnum |
a vector of the number of change-points |
mu |
a list of values of changes |
loc |
a list of locations of changes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.