![]() |
SG++-Doxygen-Documentation
|
Public Member Functions | |
mean (self, grid, alpha, U, T) | |
var (self, grid, alpha, U, T, mean) | |
python.uq.estimators.CollocationPointsStrategy.CollocationPointsStrategy.mean | ( | self, | |
grid, | |||
alpha, | |||
U, | |||
T | |||
) |
Estimate the expectation value using \frac{1}{N}\sum\limits_{i = 1}^N f_N(x_i) pdf(x_i) where x_i are the sparse grid collocation points
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.CollocationPointsStrategy.CollocationPointsStrategy.var | ( | self, | |
grid, | |||
alpha, | |||
U, | |||
T, | |||
mean | |||
) |
Estimate the expectation value using \frac{1}{N}\sum\limits_{i = 1}^N (f_N(x_i) - E(f))^2 pdf(x_i) where x_i are the sparse grid collocation points
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().