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