predict.GPCE.sparse: predict results of adaptive sparse generalized polynomial...

Description Usage Arguments See Also

View source: R/predict.GPCE.sparse.R

Description

predict results of adaptive sparse generalized polynomial chaos expansion.

Usage

1
2
## S3 method for class 'GPCE.sparse'
predict(object,x,Selection=1:nrow(object$TruncSet),...)

Arguments

object

A list of arguments returned by the PCE function

x

A matrix with the points where the polynomial chaos expansion needs to be evaluated

Selection

A matrix indicating which polynoms of the expansion will be use for the prediction

...

additional parameters

See Also

GPCE.sparse


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