pearsonr#
- named_arrays.stats.pearsonr(x, y, axis=None, where=True)#
Computes the Pearson correlation coefficient between two arrays.
Similar to
scipy.stats.pearsonr().
Computes the Pearson correlation coefficient between two arrays.
Similar to scipy.stats.pearsonr().