plot_estimation_variance_matrix
- pyoptex.doe.fixed_structure.evaluate.plot_estimation_variance_matrix(Y, params, model=None)[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.
- params
Parameters The simulation parameters.
- modelNone or pd.DataFrame
The model dataframe corresponding to the Y2X function in order to extract the parameter names.
Returns
- fig
plotly.graph_objects.Figure The plotly figure of a heatmap of the parameter estimation covariance matrix.