RandomState.poisson()
  • References/Python/NumPy/Routines/Random sampling

RandomState.poisson(lam=1.0, size=None) Draw samples from a Poisson distribution. The Poisson distribution

2025-01-10 15:47:30
numpy.ma.all()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.all(self, axis=None, out=None) = Check if all of the elements of a are true. Performs a logical_and

2025-01-10 15:47:30
numpy.fft.rfft2()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.rfft2(a, s=None, axes=(-2, -1), norm=None)

2025-01-10 15:47:30
numpy.array_repr()
  • References/Python/NumPy/Routines/Input and output

numpy.array_repr(arr, max_line_width=None, precision=None, suppress_small=None)

2025-01-10 15:47:30
numpy.linalg.pinv()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.pinv(a, rcond=1e-15)

2025-01-10 15:47:30
RandomState.tomaxint()
  • References/Python/NumPy/Routines/Random sampling

RandomState.tomaxint(size=None) Random integers between 0 and sys.maxint, inclusive. Return

2025-01-10 15:47:30
numpy.geterrcall()
  • References/Python/NumPy/Routines/Floating point error handling

numpy.geterrcall()

2025-01-10 15:47:30
numpy.transpose()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.transpose(a, axes=None)

2025-01-10 15:47:30
numpy.load()
  • References/Python/NumPy/Routines/Input and output

numpy.load(file, mmap_mode=None, allow_pickle=True, fix_imports=True, encoding='ASCII')

2025-01-10 15:47:30
numpy.polyfit()
  • References/Python/NumPy/Routines/Polynomials/Poly1d

numpy.polyfit(x, y, deg, rcond=None, full=False, w=None, cov=False)

2025-01-10 15:47:30