This is documentation for an old release of NumPy (version 1.7.0). Read this page in the documentation of the latest stable release (version > 1.17).
Weight function of the Laguerre polynomials.
The weight function is and the interval of integration
is
. The Laguerre polynomials are orthogonal, but not
normalized, with respect to this weight function.
Parameters : | x : array_like
|
---|---|
Returns : | w : ndarray
|
Notes