bundles / scipy 1.17.1 / scipy / stats / _resampling / PowerResult
class
scipy.stats._resampling:PowerResult
Signature
class PowerResult ( power : float | np.ndarray , pvalues : float | np.ndarray ) → None Members
Summary
Result object returned by scipy.stats.power.
Attributes
power: float or ndarrayThe estimated power.
pvalues: float or ndarrayThe simulated p-values.
Aliases
-
scipy.stats._resampling.PowerResult