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