Description Usage Arguments Value See Also Examples
Constructs Toeplitz matrix with means on diagonals (calculated as arithmetic mean of diagonal).
1 | mean_expected(dense.mtx)
|
dense.mtx |
matrix in dense format |
numerical dense matrix where all entries on i-th diagonal contain mean of i-th diagonal
toeplitz
for more information about toeplitz matrices
1 2 3 4 | mtx1 <- toeplitz(c(1,2,3,4))
mean_expected(mtx1)
mtx2 <- matrix(1:16, ncol = 4)
mean_expected(mtx2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.