Learn R Programming

RobustGaSP (version 0.6.6)

higdon.1.data: Higdon (2002) Function

Description

Higdon (2002) 1-dimensional test function.

Usage

higdon.1.data(s)

Value

A real number equal to the Higdon (2002) function value at s.

Arguments

s

a 1-dimensional vector specifying the location where the function is to be evaluated.

Author

tools:::Rd_package_author("RobustGaSP")

Maintainer: tools:::Rd_package_maintainer("RobustGaSP")

Details

For more details, see Higdon D. (2002) Space and Space-Time Modeling using Process Convolutions. In: Anderson C.W., Barnett V., Chatwin P.C., El-Shaarawi A.H. (eds) Quantitative Methods for Current Environmental Issues. Springer, London.

References

Higdon, D. (2002). Space and space-time modeling using process convolutions. In Quantitative methods for current environmental issues (pp. 37-56). Springer London.

S. Surjanovic, D. Bingham, Virtual Library of Simulation Experiments: Test Functions and Datasets, retrieved March 29, 2016, from https://www.sfu.ca/~ssurjano/hig02.html.

Examples

Run this code

s <- seq(0,10,0.01)
y <- higdon.1.data(s)
plot(s,y, xlab='s',ylab='y',type='l',main='Higdon (2002) function')

Run the code above in your browser using DataLab