This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
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
|