polyNorm: .

Description Usage Arguments Value Author(s) Examples

View source: R/polyNorm.r

Description

expansion.

Usage

1
polyNorm(degree,x,polynomType,alpha,beta)

Arguments

degree

Number of random inputs

x

A (m x d) matrix that donates the polynomial order for each random variables in the canonical construction of PCE

polynomType

A m-tuple vector containing the PCE coefficients, ordered according to the canonical sequence of the multivariate polynomial expansion

alpha

A m-tuple vector containing the variance of each.

beta

A m-tuple vector containing the variance of each.

Value

y

Author(s)

Jordan Ko

Examples

1
2
3
d <- 3
p <- 2
Index <- indexCardinal(d,p)

Example output

Loading required package: randtoolbox
Loading required package: rngWELL
This is randtoolbox. For overview, type 'help("randtoolbox")'.
Loading required package: orthopolynom
Loading required package: polynom
Loading required package: ks
Loading required package: lars
Loaded lars 1.2

Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE 
3: .onUnload failed in unloadNamespace() for 'rgl', details:
  call: fun(...)
  error: object 'rgl_quit' not found 

GPC documentation built on May 30, 2017, 12:50 a.m.