numpy.fft.fftfreq()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.fftfreq(n, d=1.0)

2025-01-10 15:47:30
numpy.sort()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.sort(a, axis=-1, kind='quicksort', order=None)

2025-01-10 15:47:30
numpy.testing.assert_array_almost_equal_nulp()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_array_almost_equal_nulp(x, y, nulp=1)

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

numpy.ma.argsort(a, axis=None, kind='quicksort', order=None, fill_value=None)

2025-01-10 15:47:30
numpy.testing.decorators.slow()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.decorators.slow(t)

2025-01-10 15:47:30
numpy.correlate()
  • References/Python/NumPy/Routines/Statistics

numpy.correlate(a, v, mode='valid')

2025-01-10 15:47:30
numpy.random.geometric()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials are experiments

2025-01-10 15:47:30
numpy.polynomial.legendre.legfit()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.legfit(x, y, deg, rcond=None, full=False, w=None)

2025-01-10 15:47:30
numpy.is_busday()
  • References/Python/NumPy/Routines/Datetime Support Functions

numpy.is_busday(dates, weekmask='1111100', holidays=None, busdaycal=None, out=None) Calculates which of the given dates are

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

RandomState.negative_binomial(n, p, size=None) Draw samples from a negative binomial distribution

2025-01-10 15:47:30