Learn R Programming

GPC (version 0.1)

polyNorm: .

Description

expansion.

Usage

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

Examples

Run this code
d <- 3
p <- 2
Index <- indexCardinal(d,p)

Run the code above in your browser using DataLab