Returns True if the inconsistency matrix passed is valid.
It must be a by 4 numpy array of doubles. The standard deviations R[:,1] must be nonnegative. The link counts R[:,2] must be positive and no greater than .
Parameters : | R : ndarray
warning : bool, optional
throw : bool, optional
name : str, optional
|
---|---|
Returns : | b : bool
|