rescale_FIM

(function from pyomo.contrib.doe.utils)

pyomo.contrib.doe.utils.rescale_FIM(FIM, param_vals)[source]

Rescales the FIM based on the input and parameter vals. It is assumed the parameter vals align with the FIM dimensions such that (1, i) corresponds to the i-th column or row of the FIM.

Parameters:
  • FIM (2D numpy array to be scaled)

  • param_vals (scaling factors for the parameters)