covAll-class {kergp}R Documentation

Virtual Class "covAll"

Description

Virtual class "covAll", union of classes including "covTS", "covMan".

Methods

checkX

signature(object = "covAll", X = "matrix"): checks the compatibility of a design with a given covariance object.

checkX

signature(object = "covAll", X = "data.frame"): checks the compatibility of a design with a given covariance object.

inputNames

signature(object = "covAll"): returns the character vector of input names.

hasGrad

signature(object = "covAll"): returns the logical slot hasGrad.

simulPar

signature(object = "covTS"): simulates random values for the parameters.

Examples

showClass("covAll")

[Package kergp version 0.5.7 Index]