powered by
Array(n*p*p)*Vector(n*1) is (p*p) matrix equal the sum of vector multiple first dimention of array.
prodVA(ary, vector)
(n*p*P) numeric array.
(p*p) matrix.
It can be used to multiple a (n*p*p) Hessian into (n*1) vector of residuals.
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
%3d*m%, %m3d%
%3d*m%
%m3d%
# NOT RUN { ## The function is currently defined as "prodVA" a=array(1:8,c(2,2,2)) b=c(2,3) d=prodVA(a,b) # }
Run the code above in your browser using DataLab