cov_par function

Extact Covariance Parameters

Extact Covariance Parameters

Function to extract the covariance parameters from an SVC_mle or SVC_selectionobject.

cov_par(...) ## S3 method for class 'SVC_mle' cov_par(object, ...) ## S3 method for class 'SVC_selection' cov_par(object, ...)

Arguments

  • ...: further arguments
  • object: SVC_mle or SVC_selection object

Returns

vector with covariance parameters with the following attributes:

  • "GRF", charachter, describing the covariance function used for the GP, see SVC_mle_control.
  • "tapering", either NULL if no tapering is applied of the taper range.

Author(s)

Jakob Dambon

  • Maintainer: Jakob A. Dambon
  • License: GPL-2
  • Last published: 2025-03-26