Learn R Programming

LMest (version 2.4.5)

prod_array: Compute the product of array and vector

Description

Function that compute the product of each matrix in X by the vector y (internal funtion).

Usage

prod_array(X, y)

Arguments

X

a given array

y

a given vector

Value

Z

the resulting matrix