powered by
The cross-variance function is defined in the reference.
cross_var_pillars(x, y)
A 3-dimensional array.
A 3-dimensional array with the same dimensions as x.
x
A matrix.
Pillar i, j of the 3-dimensional array arr is arr[i, j, ].
i, j
arr
arr[i, j, ]
# NOT RUN { x <- array(1:27, dim = rep(3, 3)) y <- array(0:26, dim = rep(3, 3)) cross_var_pillars(x, y) # }
Run the code above in your browser using DataLab