Learn R Programming

nlr (version 0.1-3)

prodAV: Compute product of Array into a Vector.

Description

function: prodAV product array to matrix

Usage

prodAV(ary, vector)

Arguments

ary

is (p*p*n) array.

vector

is a vector with dimension (p)

Value

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

Details

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

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

Run this code
# NOT RUN {
## The function is currently defined as
"prodAV"
# }

Run the code above in your browser using DataLab