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: - StationaryCovarianceModelFactoryfor stationary processes and- NonStationaryCovarianceModelFactoryfor all processes. This factory does not make any hypothesis on the stationarity of the process.- Methods - Accessor to the object's name. - getId()- Accessor to the object's id. - Accessor to the underlying implementation. - getName()- Accessor to the object's name. - setName(name)- Accessor to the object's name. - build - __init__(*args)¶
 - getClassName()¶
- Accessor to the object’s name. - Returns
- class_namestr
- The object class name (object.__class__.__name__). 
 
 
 - getId()¶
- Accessor to the object’s id. - Returns
- idint
- Internal unique identifier. 
 
 
 - getImplementation()¶
- Accessor to the underlying implementation. - Returns
- implImplementation
- The implementation class. 
 
 
 - getName()¶
- Accessor to the object’s name. - Returns
- namestr
- The name of the object. 
 
 
 - setName(name)¶
- Accessor to the object’s name. - Parameters
- namestr
- The name of the object. 
 
 
 
 OpenTURNS
      OpenTURNS