![]() |
SG++-Doxygen-Documentation
|
Public Member Functions | |
| def | __init__ (self, npaths=100, percentile=1) |
| def | getBootstrap (self, samples) |
| def | mean (self, samples) |
| def | var (self, samples) |
| def python.uq.estimators.MCEstimator.MCEstimator.__init__ | ( | self, | |
npaths = 100, |
|||
percentile = 1 |
|||
| ) |
Constructor
References python.uq.estimators.MCEstimator.MCEstimator.__npaths, and python.uq.estimators.MCEstimator.MCEstimator.__percentile.
| def python.uq.estimators.MCEstimator.MCEstimator.getBootstrap | ( | self, | |
| samples | |||
| ) |
| def python.uq.estimators.MCEstimator.MCEstimator.mean | ( | self, | |
| samples | |||
| ) |
Compute the mean @param samples: numpy array
References python.uq.estimators.MCEstimator.MCEstimator.__npaths, python.uq.estimators.MCEstimator.MCEstimator.__percentile, and python.uq.estimators.MCEstimator.MCEstimator.getBootstrap().
Referenced by python.uq.analysis.mc.MCAnalysis.MCAnalysis.computeMoments(), and python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.computeMoments().
| def python.uq.estimators.MCEstimator.MCEstimator.var | ( | self, | |
| samples | |||
| ) |
Compute the variance @param samples: numpy array
References python.uq.estimators.MCEstimator.MCEstimator.__npaths, python.uq.estimators.MCEstimator.MCEstimator.__percentile, and python.uq.estimators.MCEstimator.MCEstimator.getBootstrap().
Referenced by python.uq.analysis.mc.MCAnalysis.MCAnalysis.computeMoments(), and python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.computeMoments().