Learn R Programming

GPC (version 0.1)

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

Description

predict results of adaptive sparse generalized polynomial chaos expansion.

Usage

"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