plot_fraction_of_design_space

pyoptex.doe.cost_optimal.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.

paramsParameters

The simulation parameters.

Nint

The number of samples to evaluate.

Returns

figplotly.graph_objects.Figure

The plotly figure with the fraction of design space plot.