R/ModelIshigami.R

Defines functions Model

Model <- function(x){
  y=sin(2*pi*x[,1]-pi)+7*sin(2*pi*x[,2]-pi)^2+0.1*(2*pi*x[,3]-pi)^4*sin(2*pi*x[,1]-pi)
  return(y)
}

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.