{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _qmc / _validate_bounds

function

scipy.stats._qmc:_validate_bounds

source: /scipy/stats/_qmc.py :2927

Signature

def   _validate_bounds ( l_bounds : npt.ArrayLike u_bounds : npt.ArrayLike d : int )  →  tuple[npt.NDArray[np.generic], npt.NDArray[np.generic]]

Summary

Bounds input validation.

Parameters

l_bounds, u_bounds : array_like (d,)

Lower and upper bounds.

d : int

Dimension to use for broadcasting.

Returns

l_bounds, u_bounds : array_like (d,)

Lower and upper bounds.

Aliases

  • scipy.stats._qmc._validate_bounds