![]()  | 
  
    SG++-Doxygen-Documentation
    
   | 
 
Functions | |
| def | addContours (xv, yv, Z, levels=None, clabels=None, manual_locations=None) | 
| def | plotDensity2d (U, n=50, addContour=True, color_bar_label=r'$\hat{f}(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None) | 
| def | plotFunction2d (f, addContour=True, n=101, xlim=[0, ylim=[0, color_bar_label=r' $u(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None) | 
| def | plotGrid2d (grid, alpha=None, show_numbers=True, xlim=(0, 1), ylim=(0, 1), args, kws) | 
| def | plotSamples2d (samples) | 
| def | plotScatter2d (samples, values, bounds=None, color_bar_label=r"$u(x)$") | 
| def | plotSG2d (grid, alpha, addContour=True, n=100, show_negative=False, show_grid_points=False, show_numbers=False, colorbarLabel=r"$\t{f}_{\thcal{I}}(\)$", levels=None, clabels=None, manual_locations=None) | 
| def | plotSGDE2d (U, n=100) | 
| def | plotTimedependentDensity2d (Us, us, ts, addContour=True, color_bar_label=r'$\hat{F}(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None) | 
| def | plotTimedependentDensity2dWithRawData (xv, yv, Z, ts, us, addContour=True, color_bar_label=r'$\hat{F}(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None) | 
| def python.uq.plot.plot2d.addContours | ( | xv, | |
| yv, | |||
| Z, | |||
levels = None,  | 
        |||
clabels = None,  | 
        |||
manual_locations = None  | 
        |||
| ) | 
References python.uq.plot.plot2d.plotTimedependentDensity2dWithRawData().
Referenced by python.uq.plot.plot2d.plotDensity2d(), python.uq.plot.plot2d.plotFunction2d(), python.uq.plot.plot2d.plotSG2d(), python.uq.plot.plot2d.plotTimedependentDensity2d(), and python.uq.plot.plot2d.plotTimedependentDensity2dWithRawData().
| def python.uq.plot.plot2d.plotDensity2d | ( | U, | |
n = 50,  | 
        |||
addContour = True,  | 
        |||
color_bar_label = r'$\hat{f}(\xi_1, \xi_2)$',  | 
        |||
levels = None,  | 
        |||
clabels = None,  | 
        |||
manual_locations = None  | 
        |||
| ) | 
| def python.uq.plot.plot2d.plotFunction2d | ( | f, | |
addContour = True,  | 
        |||
n = 101,  | 
        |||
xlim = [0,  | 
        |||
ylim = [0,  | 
        |||
color_bar_label = r'$u(\xi_1, \xi_2)$',  | 
        |||
levels = None,  | 
        |||
clabels = None,  | 
        |||
manual_locations = None  | 
        |||
| ) | 
References python.uq.plot.plot2d.addContours(), python.statsfileInfo.f, and python.uq.plot.plot2d.plotSG2d().
Referenced by python.uq.plot.plot2d.plotSGDE2d().
| def python.uq.plot.plot2d.plotGrid2d | ( | grid, | |
alpha = None,  | 
        |||
show_numbers = True,  | 
        |||
xlim = (0, 1),  | 
        |||
ylim = (0, 1),  | 
        |||
| args, | |||
| kws | |||
| ) | 
Referenced by python.uq.operations.forcePositivity.localFullGridSearch.LocalFullGridCandidates.getLocalFullGridLevel(), python.uq.operations.forcePositivity.localHierarchicalIntersectionSearch.LocalHierarchicalIntersectionCandidates.plotDebug(), python.uq.operations.forcePositivity.localFullGridSearch.LocalFullGridCandidates.plotDebug(), and python.uq.plot.plot2d.plotSG2d().
| def python.uq.plot.plot2d.plotSamples2d | ( | samples | ) | 
References python.uq.plot.plot2d.plotScatter2d().
| def python.uq.plot.plot2d.plotScatter2d | ( | samples, | |
| values, | |||
bounds = None,  | 
        |||
color_bar_label = r"$u(x)$"  | 
        |||
| ) | 
Referenced by python.uq.plot.plot2d.plotSamples2d().
| def python.uq.plot.plot2d.plotSG2d | ( | grid, | |
| alpha, | |||
addContour = True,  | 
        |||
n = 100,  | 
        |||
show_negative = False,  | 
        |||
show_grid_points = False,  | 
        |||
show_numbers = False,  | 
        |||
colorbarLabel = r"$\hat{f}_{\mathcal{I}}(\xi)$",  | 
        |||
levels = None,  | 
        |||
clabels = None,  | 
        |||
manual_locations = None  | 
        |||
| ) | 
References python.uq.plot.plot2d.addContours(), python.uq.operations.sparse_grid.evalSGFunctionMulti(), and python.uq.plot.plot2d.plotGrid2d().
Referenced by python.uq.dists.optimization.estimateDensitySGDE.estimateDensitySGDE(), python.uq.operations.forcePositivity.operationMakePositive.OperationMakePositive.makePositive(), python.uq.operations.forcePositivity.operationMakePositiveFast.OperationMakePositiveFast.plotDebug(), and python.uq.plot.plot2d.plotFunction2d().
| def python.uq.plot.plot2d.plotSGDE2d | ( | U, | |
n = 100  | 
        |||
| ) | 
| def python.uq.plot.plot2d.plotTimedependentDensity2d | ( | Us, | |
| us, | |||
| ts, | |||
addContour = True,  | 
        |||
color_bar_label = r'$\hat{F}(\xi_1, \xi_2)$',  | 
        |||
levels = None,  | 
        |||
clabels = None,  | 
        |||
manual_locations = None  | 
        |||
| ) | 
References python.uq.plot.plot2d.addContours(), and python.uq.plot.plot2d.plotDensity2d().
Referenced by python.uq.plot.plot2d.plotTimedependentDensity2dWithRawData().
| def python.uq.plot.plot2d.plotTimedependentDensity2dWithRawData | ( | xv, | |
| yv, | |||
| Z, | |||
| ts, | |||
| us, | |||
addContour = True,  | 
        |||
color_bar_label = r'$\hat{F}(\xi_1, \xi_2)$',  | 
        |||
levels = None,  | 
        |||
clabels = None,  | 
        |||
manual_locations = None  | 
        |||
| ) | 
References python.uq.plot.plot2d.addContours(), and python.uq.plot.plot2d.plotTimedependentDensity2d().
Referenced by python.uq.plot.plot2d.addContours().