PCESI: Compute Sensitivity Indexes from a PCE Design

Description Usage Arguments Value Note See Also Examples

View source: R/PCESI.R

Description

Calculation of PCE sensitivity indexes and related results.

Usage

1

Arguments

poly

an object of class PCEpoly. The design to analyze (a Legendre polynomial).

Value

An object of class PCEfit.

Note

See Also

Examples

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)

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