PearsonRResult — SciPy v1.15.3 Manual (original) (raw)
scipy.stats._result_classes.
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. |
---|