check_FIM

(function from pyomo.contrib.doe.utils)

pyomo.contrib.doe.utils.check_FIM(FIM)[source]

Checks that the FIM is square, positive definite, and symmetric.

Parameters:

FIM (2D numpy array representing the FIM)

Return type:

None, but will raise error messages as needed