This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / chebyshev / chebweight

function

numpy.polynomial.chebyshev:chebweight

source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/chebyshev.py :1833

Signature

def   chebweight ( x )

Summary

The weight function of the Chebyshev polynomials.

Extended Summary

The weight function is and the interval of integration is . The Chebyshev polynomials are orthogonal, but not normalized, with respect to this weight function.

Parameters

x : array_like

Values at which the weight function will be computed.

Returns

w : ndarray

The weight function at x.

Aliases

  • numpy.polynomial.chebyshev.chebweight