Description Objects from the Class Slots Methods See Also Examples
Container of the PCE design. It stores the computed values and the structure description of the Legendre polynomial.
Objects from this class are created by calls to functions polyLeg
or analyticsPolyLeg
.
.Data
:matrix. The computed values of the Legendre polynomial. The number of rows is the number of rows of the LHS. The number of columns is the number of monomials plus one. The first column is equal to one: it is for the constant term.
design
:object of class PCEdesign
. Matrix
coding the polynomial structure.
nvx
:integer equal to the number of inputs.
call
:expression of class ‘call’. The command which creates the object.
signature(object = "PCEpoly")
: display the names, class and
length of all the components. See the description
of the generic function
getNames
.
signature(object = "PCEpoly", all=FALSE, ...)
:
method of function print
.
The polynomial expression is printed
when option all
is set to TRUE.
The additional arguments are passed to the
print.default
function.
signature(object = "PCEpoly")
: same as
function print
, without any arguments.
Functions polyLeg
and analyticsPolyLeg
,
creators of objects from this class.
1 | showClass("PCEpoly")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.