reconnect moved files to git repo
This commit is contained in:
5
venv/lib/python3.11/site-packages/scipy/stats/_common.py
Normal file
5
venv/lib/python3.11/site-packages/scipy/stats/_common.py
Normal file
@ -0,0 +1,5 @@
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
ConfidenceInterval = namedtuple("ConfidenceInterval", ["low", "high"])
|
||||
ConfidenceInterval. __doc__ = "Class for confidence intervals."
|
||||
Reference in New Issue
Block a user