data_generation {MissCP} | R Documentation |
data_generation
Description
The function to generate mean shift data
Usage
data_generation(n, mu, sigma, brk = n + 1)
Arguments
n |
the number of data points |
mu |
the matrix of mean parameter |
sigma |
covariance matrix of the white noise |
brk |
vector of change points |
Value
data_y matrix of generated mean shift data
[Package MissCP version 0.1.0 Index]