GauPro_trend: Trend R6 class

GauPro_trendR Documentation

Trend R6 class

Description

Trend R6 class

Trend R6 class

Format

R6Class object.

Value

Object of R6Class with methods for fitting GP model.

Public fields

D

Number of input dimensions of data

Methods

Public methods


Method clone()

The objects of this class are cloneable with this method.

Usage
GauPro_trend$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

#k <- GauPro_trend$new()

GauPro documentation built on April 11, 2023, 6:06 p.m.