Last data update: 2014.03.03

R: 1-dimensional test function "fundet"
fundetR Documentation

1-dimensional test function "fundet"

Description

sin(10*x)/(1+x)+2*cos(5*x)*x^3+0.841)/1.6

Usage

fundet(x)

Arguments

x

1-dimensional input

Value

Image of x by fundet

Author(s)

David Ginsbourger (Neuchatel University, Stochastic Hydrogeology Group)

Examples

curve(fundet)

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(KrigInv)
Loading required package: DiceKriging
Loading required package: pbivnorm
Loading required package: rgenoud
##  rgenoud (Version 5.7-12.4, Build Date: 2015-07-19)
##  See http://sekhon.berkeley.edu/rgenoud for additional documentation.
##  Please cite software as:
##   Walter Mebane, Jr. and Jasjeet S. Sekhon. 2011.
##   ``Genetic Optimization Using Derivatives: The rgenoud package for R.''
##   Journal of Statistical Software, 42(11): 1-26. 
##

Loading required package: randtoolbox
Loading required package: rngWELL
This is randtoolbox. For overview, type 'help("randtoolbox")'.
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/KrigInv/fundet.Rd_%03d_medium.png", width=480, height=480)
> ### Name: fundet
> ### Title: 1-dimensional test function "fundet"
> ### Aliases: fundet
> ### Keywords: internal
> 
> ### ** Examples
> 
> curve(fundet)
> 
> 
> 
> 
> dev.off()
null device 
          1 
>