plot_fraction_of_design_space
- pyoptex.doe.fixed_structure.evaluate.plot_fraction_of_design_space(Y, params, N=10000)[source]
Plots the fraction of the design space. One is plotted for each set of a-prior variance components.
Parameters
- Ypd.DataFrame
The denormalized, decoded design.
- params
Parameters The simulation parameters.
- Nint
The number of samples to evaluate.
Returns
- fig
plotly.graph_objects.Figure The plotly figure with the fraction of design space plot.