{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _binomtest / BinomTestResult

class

scipy.stats._binomtest:BinomTestResult

source: /scipy/stats/_binomtest.py :11

Signature

class   BinomTestResult ( k n alternative statistic pvalue )

Members

Summary

Result of scipy.stats.binomtest.

Attributes

k : int

The number of successes (copied from binomtest input).

n : int

The number of trials (copied from binomtest input).

alternative : str

Indicates the alternative hypothesis specified in the input to binomtest. It will be one of 'two-sided', 'greater', or 'less'.

statistic: float

The estimate of the proportion of successes.

pvalue : float

The p-value of the hypothesis test.

Aliases

  • scipy.stats._binomtest.BinomTestResult

Referenced by

This package