R/cross_var.R
cross_var_pillars.Rd
The cross-variance function is defined in the reference.
cross_var_pillars(x, y)
x | A 3-dimensional array. |
---|---|
y | A 3-dimensional array with the same dimensions as |
A matrix.
Pillar i, j
of the 3-dimensional array arr
is arr[i, j, ]
.
#> [,1] [,2] [,3] #> [1,] 54 54 54 #> [2,] 54 54 54 #> [3,] 54 54 54