PCEdesign-class: Class '"PCEdesign"'

Description Objects from the Class Slots Methods See Also

Description

Container of the polynomial description structure, as it is stored in objects from class PCEpoly.

Objects from the Class

Objects from this class are created by calls to functions polyLeg or analyticsPolyLeg. They are stored in the slot design in the object of class PCEpoly returned by these functions.

Slots

.Data:

matrix with as many columns as inputs and as many rows as monomials plus one. Element (i,j) is an integer equal to the degree of the input j in the monomial i-1. The first row is equal to zero: it is for the constant term.

Methods

print

signature(x = "PCEdesign", all=FALSE, ...): method of function print. If option all is set to TRUE, all the monomials are printed. The additional arguments are passed to the print.default function.

show

signature(object = "PCEdesign"): same as function print, without any arguments.

See Also


polychaosbasics documentation built on May 29, 2017, 12:58 p.m.