Analysis#

check_if_identifiable(fsr: FisherResults)#

This function will return True if a problem is identifiable. It returns False if structural non-identifiability is present. We check if the rank of the Fisher matrix is full.

Note: We can only assert the identifieability of this particular configuration. It is not possible to make general statements by this simple routine about any structural non-identifieabilities.

Parameters:

fsr – Results generated by an optimization or solving routine.

Return type:

bool