glaguerre.weight {orthopolynom} | R Documentation |
This function returns the value of the weight function for the order $k$ generalized Laguerre polynomial, L_n^{( α )} ( x ).
glaguerre.weight(x,alpha)
x |
the function argument which can be a vector |
alpha |
polynomial parameter |
The function takes on non-zero values in the interval ( 0,infty ) .
The value of the weight function
Frederick Novomestky fnovomes@poly.edu
Abramowitz and Stegun (1968)
x <- seq( -2, 2, .01 ) y <- glaguerre.weight( x, 1 )