|
def | __init__ (self, builder) |
|
def | getSpecification (self) |
|
def | withAnalyticalSurface (self, f, t=-1) |
|
def | withCPEstimationStrategy (self) |
|
def | withExpectationValue (self, E, t=-1) |
|
def | withIntegralEstimationStrategy (self) |
|
def | withMCEstimationStrategy (self, n=1000) |
|
def | withNumberOfMoments (self, k) |
|
def | withParameters (self, params) |
|
def | withQoI (self, qoi) |
|
def | withRefinement (self) |
|
def | withTimeStepsOfInterest (self, ts) |
|
def | withVariance (self, V, t=-1) |
|
◆ __init__()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__init__ |
( |
|
self, |
|
|
|
builder |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification, and python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor._builder.
◆ getSpecification()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.getSpecification |
( |
|
self | ) |
|
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withAnalyticalSurface()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withAnalyticalSurface |
( |
|
self, |
|
|
|
f, |
|
|
|
t = -1 |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withCPEstimationStrategy()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withCPEstimationStrategy |
( |
|
self | ) |
|
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withExpectationValue()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withExpectationValue |
( |
|
self, |
|
|
|
E, |
|
|
|
t = -1 |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withIntegralEstimationStrategy()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withIntegralEstimationStrategy |
( |
|
self | ) |
|
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withMCEstimationStrategy()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withMCEstimationStrategy |
( |
|
self, |
|
|
|
n = 1000 |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withNumberOfMoments()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withNumberOfMoments |
( |
|
self, |
|
|
|
k |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withParameters()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withParameters |
( |
|
self, |
|
|
|
params |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withQoI()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withQoI |
( |
|
self, |
|
|
|
qoi |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withRefinement()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withRefinement |
( |
|
self | ) |
|
◆ withTimeStepsOfInterest()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withTimeStepsOfInterest |
( |
|
self, |
|
|
|
ts |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
◆ withVariance()
def python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.withVariance |
( |
|
self, |
|
|
|
V, |
|
|
|
t = -1 |
|
) |
| |
References python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
The documentation for this class was generated from the following file: