plot_total_effects
- pyapprox.analysis.plot_total_effects(total_effects, ax, truncation_pct=0.95, rv='z', qoi=0)[source]
Plot the total effects in a bar chart showing relative size.
- Parameters:
- total_effectsnp.ndarray (nvars,nqoi)
The variance based total effect sensitivity indices
- ax
matplotlib.pyplot.axes.Axes
Axes that will be used for plotting
- truncation_pctfloat
The proportion
of the sensitivity indices effects to plot- rvstring
The name of the random variables when creating labels
- qoiinteger
The index 0<qoi<nqoi of the quantitiy of interest to plot