numpy.random.standard_t()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.standard_t(df, size=None) Draw samples from a standard Student?s t distribution with df degrees

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.info()
  • References/Python/NumPy/Routines/NumPy-specific help functions

numpy.info(object=None, maxwidth=76, output=', mode 'w' at 0x402ae078>, toplevel='numpy')

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

chararray.T Same as self.transpose(), except that self is returned if self.ndim < 2.

2025-01-10 15:47:30
numpy.ndenumerate()
  • References/Python/NumPy/Routines/Indexing routines

class numpy.ndenumerate(arr)

2025-01-10 15:47:30
numpy.shares_memory()
  • References/Python/NumPy/Routines/Miscellaneous routines

numpy.shares_memory(a, b, max_work=None) Determine if two arrays share memory

2025-01-10 15:47:30
numpy.polynomial.chebyshev.chebline()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

numpy.polynomial.chebyshev.chebline(off, scl)

2025-01-10 15:47:30
numpy.polynomial.chebyshev.chebgauss()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

numpy.polynomial.chebyshev.chebgauss(deg)

2025-01-10 15:47:30
numpy.format_parser()
  • References/Python/NumPy/Routines/Data type routines

class numpy.format_parser(formats, names, titles, aligned=False, byteorder=None)

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

numpy.polynomial.legendre.legline(off, scl)

2025-01-10 15:47:30