gpfit: Function to fit GP regression

Description Usage Arguments Value Author(s) Examples

View source: R/gpfit.R

Description

Function to fit GP regression

Usage

1
gpfit(x)

Arguments

x

Vector of covariate or matrix of covariates.

Value

hyper

Values of hyperparameters (need to square)

Author(s)

Tahmidul Islam

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

tahmid-usc/GPReg documentation built on Sept. 10, 2020, 12:05 a.m.