bundles / scipy 1.17.1 / scipy / stats / _resampling / PermutationTestResult
class
scipy.stats._resampling:PermutationTestResult
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 ndarrayThe observed test statistic of the data.
pvalue: float or ndarrayThe p-value for the given alternative.
null_distribution: ndarrayThe values of the test statistic generated under the null hypothesis.
Aliases
-
scipy.stats._resampling.PermutationTestResult