GauPro (version 0.2.2)

GauPro_kernel_beta: Beta Kernel R6 class

Description

This is the base structure for a kernel that uses beta = log10(theta) for the lengthscale parameter. It standardizes the params because they all use the same underlying structure. Kernels that inherit this only need to implement kone and dC_dparams.

Usage

GauPro_kernel_beta

Arguments

Value

Object of R6Class with methods for fitting GP model.

Format

R6Class object.

Examples

Run this code
# NOT RUN {
#k1 <- Matern52$new(beta=0)
# }

Run the code above in your browser using DataLab