Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/prodVA.R View source: R/mat_oper.R
Array(n*p*p)*Vector(n*1) is (p*p) matrix equal the sum of vector multiple first dimention of array.
1 |
ary |
(n*p*P) numeric array. |
vector |
(p*p) matrix. |
It can be used to multiple a (n*p*p) Hessian into (n*1) vector of residuals.
(p*p) matrix.
It is used in optimization and loss functions, may not explicitly called by user. May be used in defining loss functions by user.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.