This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.0).

scipy.special.genlaguerre

scipy.special.genlaguerre(n, alpha, monic=0)

Returns the nth order generalized (associated) Laguerre polynomial, L^(alpha)_n(x), orthogonal over [0,inf) with weighting function exp(-x) x**alpha with alpha > -1

Previous topic

scipy.special.laguerre

Next topic

scipy.special.hermite

This Page