Last data update: 2014.03.03

R: .
polyNormR Documentation

.

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

Author(s)

Jordan Ko

Examples

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GPC)
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: KernSmooth
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
Loading required package: misc3d
Loading required package: mvtnorm
Loading required package: rgl
Loading required package: lars
Loaded lars 1.2

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/GPC/polyNorm.Rd_%03d_medium.png", width=480, height=480)
> ### Name: polyNorm
> ### Title: .
> ### Aliases: polyNorm
> 
> ### ** Examples
> 
> d <- 3
> p <- 2
> Index <- indexCardinal(d,p)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>