SG++-Doxygen-Documentation
|
Functions | |
def | plotCDF (p, buckets) |
def | plotCDF1d (U, n=1000, args, kws) |
def | plotDensity1d (U, n=1000, alpha_value=None, mean_label=None, facecolor=load_color(1), interval_label=None, args, kws) |
def | plotFunction1d (f, n=1000, xlim=[0, kws) |
def | plotGrid1d (grid, f=lambda x:x) |
def | plotHistogram1d (samples, mean_label=None, mean_color=load_color(1), std_label=None, std_color=load_color(2), median_label=None, median_color=load_color(3), args, kws) |
def | plotNodal1d (A) |
def | plotPDF (p, buckets) |
def | plotSG1d (grid, alpha, n=1000, f=lambda x:x, show_grid_points=False, kws) |
def | plotSGDE1d (U, n=1000) |
def | plotSGNodal1d (grid, alpha) |
def | plotSobolIndices (sobolIndices, ts=None, legend=False, adjust_yaxis=True, names=None, mc_reference=None) |
def | plotSurplusLevelWise (data, maxLevel) |
def python.uq.plot.plot1d.plotCDF | ( | p, | |
buckets | |||
) |
def python.uq.plot.plot1d.plotCDF1d | ( | U, | |
n = 1000 , |
|||
args, | |||
kws | |||
) |
def python.uq.plot.plot1d.plotDensity1d | ( | U, | |
n = 1000 , |
|||
alpha_value = None , |
|||
mean_label = None , |
|||
facecolor = load_color(1) , |
|||
interval_label = None , |
|||
args, | |||
kws | |||
) |
Referenced by python.uq.plot.plot1d.plotHistogram1d().
def python.uq.plot.plot1d.plotFunction1d | ( | f, | |
n = 1000 , |
|||
xlim = [0 , |
|||
kws | |||
) |
References python.statsfileInfo.f.
def python.uq.plot.plot1d.plotGrid1d | ( | grid, | |
f = lambda x: x |
|||
) |
References python.statsfileInfo.f.
def python.uq.plot.plot1d.plotHistogram1d | ( | samples, | |
mean_label = None , |
|||
mean_color = load_color(1) , |
|||
std_label = None , |
|||
std_color = load_color(2) , |
|||
median_label = None , |
|||
median_color = load_color(3) , |
|||
args, | |||
kws | |||
) |
References python.uq.plot.colors.load_color(), and python.uq.plot.plot1d.plotDensity1d().
Referenced by python.uq.plot.plot1d.plotCDF1d().
def python.uq.plot.plot1d.plotNodal1d | ( | A | ) |
Referenced by python.uq.plot.plot1d.plotSGNodal1d().
def python.uq.plot.plot1d.plotPDF | ( | p, | |
buckets | |||
) |
def python.uq.plot.plot1d.plotSG1d | ( | grid, | |
alpha, | |||
n = 1000 , |
|||
f = lambda x: x , |
|||
show_grid_points = False , |
|||
kws | |||
) |
References python.uq.operations.sparse_grid.evalSGFunction(), and python.statsfileInfo.f.
Referenced by python.uq.plot.plot1d.plotSGNodal1d().
def python.uq.plot.plot1d.plotSGDE1d | ( | U, | |
n = 1000 |
|||
) |
def python.uq.plot.plot1d.plotSGNodal1d | ( | grid, | |
alpha | |||
) |
def python.uq.plot.plot1d.plotSobolIndices | ( | sobolIndices, | |
ts = None , |
|||
legend = False , |
|||
adjust_yaxis = True , |
|||
names = None , |
|||
mc_reference = None |
|||
) |
References sgpp::combigrid.join(), python.uq.plot.colors.load_color(), and python.uq.plot.colors.load_font_properties().
Referenced by python.uq.plot.plot1d.plotSurplusLevelWise().
def python.uq.plot.plot1d.plotSurplusLevelWise | ( | data, | |
maxLevel | |||
) |
References python.uq.plot.plot1d.plotSobolIndices().