scipy.stats._result_classes.
PearsonRResult#
- class scipy.stats._result_classes.PearsonRResult(statistic, pvalue, **extra_fields)[source]#
- Result of - scipy.stats.pearsonr- Attributes:
- statisticfloat
- Pearson product-moment correlation coefficient. 
- pvaluefloat
- The p-value associated with the chosen alternative. 
 
 - Methods - confidence_interval([confidence_level, method])- The confidence interval for the correlation coefficient.