Description Usage Arguments Examples
Produce a block-wise estimation of a matrix.
1 2 |
Y |
matrix of observations. |
max.break |
a positive integer less than number of columns and number of rows.
By default, |
max.var |
a positive integer less than number of columns times number of rows.
By default, |
verbose |
logical. To display each step. By default TRUE. |
Beta |
logical. To save each Beta associated at each lambda. By default FALSE (very heavy in memory space). |
1 2 3 4 5 6 | ## model parameters
n <- 100
K <- 5
mu <- suppressWarnings(matrix(rep(c(1,0),ceiling(K**2/2)), K,K))
Y <- rblockdata(n,mu,sigma=.5)$Y
res <- blockSeg(Y, 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.