plot_estimation_variance_matrix

pyoptex.doe.fixed_structure.evaluate.plot_estimation_variance_matrix(Y, params, model=None, abs=False)[source]

Plots the parameter estimation covariance matrix. One is plotted for each set of a-prior variance components.

Parameters

Ypd.DataFrame

The denormalized, decoded design.

paramsParameters

The simulation parameters.

modelNone or pd.DataFrame

The model dataframe corresponding to the Y2X function in order to extract the parameter names.

absbool

Whether to plot the actual estimation variances, or the absolute values of them.

Returns

figplotly.graph_objects.Figure

The plotly figure of a heatmap of the parameter estimation covariance matrix.