estimate_noise_gp: Estimate the standard deviation of the nugget term in...

View source: R/estimate_noise_gp.R

estimate_noise_gpR Documentation

Estimate the standard deviation of the nugget term in standard Gaussian process

Description

Estimates the standard deviations of the nugget term in standard GP by calculating the standard deviations of the residuals.

Usage

estimate_noise_gp(data, sigma_obs, inv_sigma_obs)

Arguments

data

A vector of outcome data.

sigma_obs

Covariance matrix between observed covariates.

inv_sigma_obs

Inverse of the covariance matrix between observed covariates.

Value

A scalar of estimated standard deviation of the nugget term in standard GP.


GPCERF documentation built on June 22, 2024, 11:30 a.m.