numpy.where()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.where(condition[, x, y]) Return elements, either from x or y, depending on condition

2025-01-10 15:47:30
numpy.fv()
  • References/Python/NumPy/Routines/Financial functions

numpy.fv(rate, nper, pmt, pv, when='end')

2025-01-10 15:47:30
numpy.matlib.zeros()
  • References/Python/NumPy/Routines/Matrix library

numpy.matlib.zeros(shape, dtype=None, order='C')

2025-01-10 15:47:30
numpy.polynomial.hermite_e.hermevander()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

numpy.polynomial.hermite_e.hermevander(x, deg)

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

numpy.testing.assert_warns(warning_class, *args, **kwargs)

2025-01-10 15:47:30
chararray.view()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.view(dtype=None, type=None) New view of array with the same data.

2025-01-10 15:47:30
chararray.put()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n

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

numpy.testing.assert_almost_equal(actual, desired, decimal=7, err_msg='', verbose=True)

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

numpy.cov(m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, aweights=None)

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

numpy.random.logistic(loc=0.0, scale=1.0, size=None) Draw samples from a logistic distribution. Samples are drawn

2025-01-10 15:47:30