{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _resampling / PowerResult

class

scipy.stats._resampling:PowerResult

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

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 ndarray

The estimated power.

pvalues : float or ndarray

The simulated p-values.

Aliases

  • scipy.stats._resampling.PowerResult