{ } Raw JSON

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 : float

Pearson product-moment correlation coefficient.

pvalue : float

The p-value associated with the chosen alternative.

Methods

confidence_interval

Computes the confidence interval of the correlation coefficient statistic for the given confidence level.

Aliases

  • scipy.stats._stats_py.PearsonRResult