ArrayLike

probnum.typing.ArrayLike

Object that can be converted to an array.

Arguments of type ArrayLike should always be converted into numpy.ndarrays using the function np.asarray() before further internal processing.

alias of Union[_SupportsArray[dtype], _NestedSequence[_SupportsArray[dtype]], bool, int, float, complex, str, bytes, _NestedSequence[Union[bool, int, float, complex, str, bytes]]]