bundles / scipy 1.17.1 / scipy / stats / _stats_py / PearsonRResult
class
scipy.stats._stats_py:PearsonRResult
source: /scipy/stats/_stats_py.py :4275
Signature
class PearsonRResult ( statistic , pvalue , alternative , n , x , y , axis ) Members
Summary
Result of scipy.stats.pearsonr
Attributes
statistic: floatPearson product-moment correlation coefficient.
pvalue: floatThe p-value associated with the chosen alternative.
Methods
confidence_intervalComputes the confidence interval of the correlation coefficient
statisticfor the given confidence level.
Aliases
-
scipy.stats._stats_py.PearsonRResult