Glossary¶
- array-like¶
Synonym for array_like of NumPy.
- collection¶
Object supporting the interface of the
collections.abc.Collectionclass.- rng-like¶
Object accepted by the
numpy.random.default_rng()function.
Synonym for array_like of NumPy.
Object supporting the interface of the collections.abc.Collection class.
Object accepted by the numpy.random.default_rng() function.