powered by
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"): ...
signature(object = "SW")
# NOT RUN { showClass("SW") # }
Run the code above in your browser using DataLab