mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
@@ -60,6 +60,8 @@ if sys.version_info >= (3, 8):
|
||||
def inv_cdf(self, p: float) -> float: ...
|
||||
def overlap(self, other: NormalDist) -> float: ...
|
||||
def quantiles(self, n: int = ...) -> List[float]: ...
|
||||
if sys.version_info >= (3, 9):
|
||||
def zscore(self, x: float) -> float: ...
|
||||
def __add__(self, x2: Union[float, NormalDist]) -> NormalDist: ...
|
||||
def __sub__(self, x2: Union[float, NormalDist]) -> NormalDist: ...
|
||||
def __mul__(self, x2: float) -> NormalDist: ...
|
||||
|
||||
Reference in New Issue
Block a user