SW {VNM} | R Documentation |
The function S.Weight returns an object of class SW that contains the optimal weights and the first and second derivatives of the criterion.
new("SW",Opt.W=new("matrix"),First.C=new("vector"),Second.C=new("vector"))
Opt.W
:A numeric matrix showing the optimal weights.
First.C
:A numeric vector showing the first derivative of the criterion.
Second.C
:A numeric vector showing the second derivative of the criterion.
signature(object = "SW")
: ...
Seung Won Hyun, Weng Kee Wong, and Yarong Yang
showClass("SW")