PCEdesign-class: Class '"PCEdesign"'

Description Objects from the Class Slots Methods See Also

Description

Container of the polynomial description structure.

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.

degree:

integer equal to the polynomial degree.

total.nmono:

integer equal to the number of monomials in the full polynomial.

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


plspolychaos documentation built on May 29, 2017, 10:44 a.m.