bracket.prod
Bracket product
Description
Bracket product of a matrix and a 3-dimensional array.
Usage
Arguments
| Argument | Description |
|---|---|
a |
a numeric matrix. |
x |
a three-dimensional array. |
Details
Let \(\mathbf{X} = (x_{tij})\) be a 3-dimensional \(n\times p\times q\) array and \(\mathbf{A}\) an \(m\times n\) matrix, then \(\mathbf{Y} = [\mathbf{A}][\mathbf{X}]\) is called the bracket product of \(\mathbf{A}\) and \(\mathbf{X}\) , that is an \(m\)$ \times p\times q$ with elements
\[y_{tij} = \sum\limits_{k=1}^n a_{tk}x_{kij}\]
Value
bracket.prod returns a 3-dimensional array of dimension \(m\times p\times q\) .
Seealso
array , matrix , array.mult .
References
Wei, B.C. (1998). Exponential Family Nonlinear Models . Springer, New York.