bundles / scipy 1.17.1 / scipy / stats / _resampling / MonteCarloTestResult
class
scipy.stats._resampling:MonteCarloTestResult
source: /scipy/stats/_resampling.py :773
Signature
class MonteCarloTestResult ( statistic : float | np.ndarray , pvalue : float | np.ndarray , null_distribution : np.ndarray ) → None Members
Summary
Result object returned by scipy.stats.monte_carlo_test.
Attributes
statistic: float or ndarrayThe observed test statistic of the sample.
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.MonteCarloTestResult