Search
Search Results
Search finished, found 10 page(s) matching the search query.
- NumPy for MATLAB users
...NumPy user guide NumPy for MATLAB users...
- NumPy 1.13.0 Release Notes
...NumPy user guide Release notes NumPy 1.13.0 Release Notes...
- NumPy for MATLAB users
...NumPy user guide NumPy for MATLAB users...
- NumPy quickstart
...NumPy user guide NumPy quickstart...
- NumPy user guide
...NumPy user guide...
- numpy.random.rand
...mpy.random.rand random.rand(d0, d1, ..., dn) Random values in a given shape. Note This is a convenience function for users porting code from Matlab, and wraps random_sample. That function takes a tuple to specify the size of the output,...
- numpy.random.randn
......, dn) Return a sample (or samples) from the “standard normal” distribution. Note This is a convenience function for users porting code from Matlab, and wraps standard_normal. That function takes a tuple to specify the size of the output...
- numpy.random.RandomState.rand
...hod random.RandomState.rand(d0, d1, ..., dn) Random values in a given shape. Note This is a convenience function for users porting code from Matlab, and wraps random_sample. That function takes a tuple to specify the size of the output,...
- numpy.random.RandomState.randn
......, dn) Return a sample (or samples) from the “standard normal” distribution. Note This is a convenience function for users porting code from Matlab, and wraps standard_normal. That function takes a tuple to specify the size of the output...
- Standard array subclasses
...the output object if one was specified. The ufunc-computed array is passed in and whatever is returned is passed to the user. Subclasses inherit a default implementation of this method, which transforms the array into a new instance of the...