![]() |
SG++-Doxygen-Documentation
|
Public Member Functions | |
| def | mean (self, args, kws) |
| def | var (self, args, kws) |
| def python.uq.estimators.Estimator.Estimator.mean | ( | self, | |
| args, | |||
| kws | |||
| ) |
Estimate the mean @return: tuple(moment, error)
Referenced by python.uq.analysis.mc.MCAnalysis.MCAnalysis.computeMoments(), and python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.computeMoments().
| def python.uq.estimators.Estimator.Estimator.var | ( | self, | |
| args, | |||
| kws | |||
| ) |
Estimate the variance
Referenced by python.uq.analysis.mc.MCAnalysis.MCAnalysis.computeMoments(), and python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.computeMoments().