SW-class: Class to contain the results from function S. Weight.

Description Objects from the Class Slots Methods Author(s) Examples

Description

The function S.Weight returns an object of class SW that contains the optimal weights and the first and second derivatives of the criterion.

Objects from the Class

new("SW",Opt.W=new("matrix"),First.C=new("vector"),Second.C=new("vector"))

Slots

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.

Methods

summary

signature(object = "SW"): ...

Author(s)

Seung Won Hyun, Weng Kee Wong, and Yarong Yang

Examples

1
showClass("SW")

VNM documentation built on May 1, 2019, 9:13 p.m.