This is documentation for an old release of NumPy (version 1.4.). Read this page in the documentation of the latest stable release (version > 1.17).
Return correlation coefficients of the input array.
Except for the handling of missing data this function does the same as numpy.corrcoef. For more details and examples, see numpy.corrcoef.
Parameters: | x : array_like
y : array_like, optional
rowvar : bool, optional
bias : bool, optional
allow_masked : bool, optional
|
---|
See also