GaussianPrediction-class {lgpr}R Documentation

An S4 class to represent analytically computed predictive distributions (conditional on hyperparameters) of an additive GP model

Description

An S4 class to represent analytically computed predictive distributions (conditional on hyperparameters) of an additive GP model

Usage

## S4 method for signature 'GaussianPrediction'
show(object)

## S4 method for signature 'GaussianPrediction'
component_names(object)

## S4 method for signature 'GaussianPrediction'
num_components(object)

## S4 method for signature 'GaussianPrediction'
num_paramsets(object)

## S4 method for signature 'GaussianPrediction'
num_evalpoints(object)

Arguments

object

GaussianPrediction object for which to apply a class method.

Methods (by generic)

Slots

f_comp_mean

component means

f_comp_std

component standard deviations

f_mean

signal mean (on normalized scale)

f_std

signal standard deviation (on normalized scale)

y_mean

predictive mean (on original data scale)

y_std

predictive standard deviation (on original data scale)

x

a data frame of points (covariate values) where the function posteriors or predictive distributions have been evaluated

See Also

Prediction


[Package lgpr version 1.2.4 Index]