Description Usage Arguments Value Note See Also Examples
Calculation of PCE sensitivity indexes and related results.
1 |
poly |
an object of class |
An object of class PCEfit
.
By default, only a part of the returned object is displayed
by the functions print()
and show()
.
To see the hidden components, use the function print()
with the option all=TRUE
or the function getNames
(see methods of class PCEfit
).
It is adviced to increase gradually the polynomial degree, up to the
returned object contains a R2
value near
from 1 and a low RMSEP
value.
Functions polyLeg
and analyticsPolyLeg
,
creators of objects from
class PCEpoly
.
Class PCEfit
for description of
the returned structure.
1 2 3 4 5 6 7 | # Dataset simulated by using the Ishigami function
nlhs <- 200 # number of rows
degree <- 6 # polynomial degree
set.seed(42)# fix the seed for reproductible results
pce <- analyticsPolyLeg(nlhs, degree, 'ishigami')# build the PCE design
ret <- PCESI(pce) # compute the PCE sensivity indexes
print(ret, all=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.