bundles / scipy 1.17.1 / scipy / stats / _stats_py / TtestResult / confidence_interval
function
scipy.stats._stats_py:TtestResult.confidence_interval
source: /scipy/stats/_stats_py.py :5990
Signature
def confidence_interval ( self , confidence_level = 0.95 ) Parameters
confidence_level: floatThe confidence level for the calculation of the population mean confidence interval. Default is 0.95.
Returns
ci: namedtupleThe confidence interval is returned in a
namedtuplewith fieldslowandhigh.
Aliases
-
scipy.stats._stats_py.TtestResult.confidence_interval