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 coefficent.
- pvaluefloat
The p-value associated with the chosen alternative.
Methods
confidence_interval
([confidence_level])The confidence interval for the correlation coefficient.