prodAV: Compute product of Array into a Vector.

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/mat_oper.R

Description

function: prodAV product array to matrix

Usage

1
prodAV(ary, vector)

Arguments

ary

is (p*p*n) array.

vector

is a vector with dimension (p)

Details

function: prodAV product array to matri. compute: 'array * vector', which is (n,p) vector.

Value

'array * vector', which is (n,p) vector.

Note

Three dimentional array multiple matrix have several possibilities, see refeerence. prodVAV is another case of vector multiple array multiple vector. Is for feature purposes.

Author(s)

Hossein Riazoshams, Jan 2010. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/

References

Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.

See Also

%3d*m%, %m3d% prodVA

Examples

1
2
## The function is currently defined as
"prodAV"

nlr documentation built on July 31, 2019, 5:09 p.m.

Related to prodAV in nlr...