R/ProjectionQuadMethod.r

Defines functions ProjectionQuadMethod

ProjectionQuadMethod <- function(InputDim,pmaxi,Designs,Output){
  # number of PCE termrs
  M <- getM(InputDim,pmaxi) 
  # generate PCE coefficients
  PCE = generatePCEcoeff(M,Designs$Z,Output,Designs$PolyNodes,Designs$NDWi) 
  return(PCE)
}

Try the GPC package in your browser

Any scripts or data that you put into this service are public.

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