CovarianceModelFactory

class CovarianceModelFactory(*args)

Estimation of the covariance model of a process.

Notes

This class is an interface class for all the classes that build covariance models. OpenTURNS provides two covariance model factories: StationaryCovarianceModelFactory for stationary processes and NonStationaryCovarianceModelFactory for all processes. This factory does not make any hypothesis on the stationarity of the process.

Methods

getClassName(self)

Accessor to the object’s name.

getId(self)

Accessor to the object’s id.

getImplementation(self)

Accessor to the underlying implementation.

getName(self)

Accessor to the object’s name.

setName(self, name)

Accessor to the object’s name.

build

__init__(self, \*args)

Initialize self. See help(type(self)) for accurate signature.

getClassName(self)

Accessor to the object’s name.

Returns
class_namestr

The object class name (object.__class__.__name__).

getId(self)

Accessor to the object’s id.

Returns
idint

Internal unique identifier.

getImplementation(self)

Accessor to the underlying implementation.

Returns
implImplementation

The implementation class.

getName(self)

Accessor to the object’s name.

Returns
namestr

The name of the object.

setName(self, name)

Accessor to the object’s name.

Parameters
namestr

The name of the object.