SciPy

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

scipy.special.genlaguerre

scipy.special.genlaguerre(n, alpha, monic=False)[source]

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