{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _resampling / PermutationTestResult

class

scipy.stats._resampling:PermutationTestResult

source: /scipy/stats/_resampling.py :1360

Signature

class   PermutationTestResult ( statistic : float | np.ndarray pvalue : float | np.ndarray null_distribution : np.ndarray )  →  None

Members

Summary

Result object returned by scipy.stats.permutation_test.

Attributes

statistic : float or ndarray

The observed test statistic of the data.

pvalue : float or ndarray

The p-value for the given alternative.

null_distribution : ndarray

The values of the test statistic generated under the null hypothesis.

Aliases

  • scipy.stats._resampling.PermutationTestResult