Description Usage Arguments Value
For a square matrix x, a 'folded' matrix xbar will have element
xbar[i, j] = xbar[j, i] = (x[i, j] + x[j, i])/2
1 | fold(x)
|
x |
numeric square matrix |
numeric square symmetric matrix (xbar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.