FieldFunctionalChaosResult¶
- class FieldFunctionalChaosResult(*args)¶
Functional metamodel result.
Warning
This class is experimental and likely to be modified in future releases. To use it, import the
openturns.experimental
submodule.- Parameters:
- inputKLResultCollectionsequence of
KarhunenLoeveResult
List of input fields decompositions.
- fceResult
FunctionalChaosResult
Functional chaos decomposition.
- outputKLResultCollectionsequence of
KarhunenLoeveResult
List of output fields decompositions.
- inputKLResultCollectionsequence of
Methods
Accessor to the block indices.
Accessor to the object's name.
Accessor to the chaos decomposition.
Accessor to the metamodel.
Accessor to the metamodel.
getId
()Accessor to the object's id.
Accessor to the input fields decompositions.
Accessor to the input process sample.
Accessor to the input sample.
Accessor to the modes sample.
getName
()Accessor to the object's name.
Accessor to the output fields decompositions.
Accessor to the output process sample.
Accessor to the output sample.
Accessor to the metamodel.
Accessor to the object's shadowed id.
Accessor to the object's visibility state.
hasName
()Test if the object is named.
Test if the object has a distinguishable name.
setBlockIndices
(blockIndices)Accessor to the block indices.
setInputProcessSample
(inputProcessSample)Accessor to the input process sample.
setInputSample
(inputSample)Accessor to the input sample.
setMetamodel
(*args)Accessor to the metamodel.
setModesSample
(modesSample)Accessor to the modes sample.
setName
(name)Accessor to the object's name.
setOutputProcessSample
(outputProcessSample)Accessor to the output process sample.
setOutputSample
(outputSample)Accessor to the output sample.
setShadowedId
(id)Accessor to the object's shadowed id.
setVisibility
(visible)Accessor to the object's visibility state.
- __init__(*args)¶
- getBlockIndices()¶
Accessor to the block indices.
- Returns:
- blockIndices
IndicesCollection
Independent components indices.
- blockIndices
- getClassName()¶
Accessor to the object’s name.
- Returns:
- class_namestr
The object class name (object.__class__.__name__).
- getFCEResult()¶
Accessor to the chaos decomposition.
- Returns:
- fceResult
FunctionalChaosResult
Functional chaos decomposition.
- fceResult
- getFieldMetamodel()¶
Accessor to the metamodel.
- Returns:
- metamodel
FieldFunction
Metamodel function.
- metamodel
- getFieldToPointMetamodel()¶
Accessor to the metamodel.
- Returns:
- metamodel
FieldToPointFunction
Metamodel function.
- metamodel
- getId()¶
Accessor to the object’s id.
- Returns:
- idint
Internal unique identifier.
- getInputKLResultCollection()¶
Accessor to the input fields decompositions.
- Returns:
- inputKLResultCollectionCollection of
KarhunenLoeveResult
List of input fields decompositions.
- inputKLResultCollectionCollection of
- getInputProcessSample()¶
Accessor to the input process sample.
- Returns:
- inputProcessSample
ProcessSample
Input process sample.
- inputProcessSample
- getName()¶
Accessor to the object’s name.
- Returns:
- namestr
The name of the object.
- getOutputKLResultCollection()¶
Accessor to the output fields decompositions.
- Returns:
- outputKLResultCollectionCollection of
KarhunenLoeveResult
List of output fields decompositions.
- outputKLResultCollectionCollection of
- getOutputProcessSample()¶
Accessor to the output process sample.
- Returns:
- outputProcessSample
ProcessSample
Output process sample.
- outputProcessSample
- getPointToFieldMetamodel()¶
Accessor to the metamodel.
- Returns:
- metamodel
PointToFieldFunction
Metamodel function.
- metamodel
- getShadowedId()¶
Accessor to the object’s shadowed id.
- Returns:
- idint
Internal unique identifier.
- getVisibility()¶
Accessor to the object’s visibility state.
- Returns:
- visiblebool
Visibility flag.
- hasName()¶
Test if the object is named.
- Returns:
- hasNamebool
True if the name is not empty.
- hasVisibleName()¶
Test if the object has a distinguishable name.
- Returns:
- hasVisibleNamebool
True if the name is not empty and not the default one.
- setBlockIndices(blockIndices)¶
Accessor to the block indices.
- Parameters:
- blockIndices2-d sequence of int
Independent components indices.
- setInputProcessSample(inputProcessSample)¶
Accessor to the input process sample.
- Parameters:
- inputProcessSample
ProcessSample
Input process sample.
- inputProcessSample
- setInputSample(inputSample)¶
Accessor to the input sample.
- Parameters:
- inputSample
Sample
Input values.
- inputSample
- setMetamodel(*args)¶
Accessor to the metamodel.
- Parameters:
- metamodel
FieldToPointFunction
Metamodel function.
- metamodel
- setModesSample(modesSample)¶
Accessor to the modes sample.
- Parameters:
- modes
Sample
Projected modes values.
- modes
- setName(name)¶
Accessor to the object’s name.
- Parameters:
- namestr
The name of the object.
- setOutputProcessSample(outputProcessSample)¶
Accessor to the output process sample.
- Parameters:
- outputProcessSample
ProcessSample
Output process sample.
- outputProcessSample
- setOutputSample(outputSample)¶
Accessor to the output sample.
- Parameters:
- outputSample
Sample
Ouput values.
- outputSample
- setShadowedId(id)¶
Accessor to the object’s shadowed id.
- Parameters:
- idint
Internal unique identifier.
- setVisibility(visible)¶
Accessor to the object’s visibility state.
- Parameters:
- visiblebool
Visibility flag.
Examples using the class¶
Estimate Sobol indices on a field to point function