lvwerra HF staff commited on
Commit
162eeeb
1 Parent(s): 564ee89

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
13
  ---
14
 
15
  # Metric Card for Pearson Correlation Coefficient (pearsonr)
 
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ Pearson correlation coefficient and p-value for testing non-correlation.
15
+ The Pearson correlation coefficient measures the linear relationship between two datasets. The calculation of the p-value relies on the assumption that each dataset is normally distributed. Like other correlation coefficients, this one varies between -1 and +1 with 0 implying no correlation. Correlations of -1 or +1 imply an exact linear relationship. Positive correlations imply that as x increases, so does y. Negative correlations imply that as x increases, y decreases.
16
+ The p-value roughly indicates the probability of an uncorrelated system producing datasets that have a Pearson correlation at least as extreme as the one computed from these datasets.
17
  ---
18
 
19
  # Metric Card for Pearson Correlation Coefficient (pearsonr)