LaguerreHalf {lmomco} | R Documentation |
Laguerre Polynomial (Half)
Description
This function computes the Laguerre polynomial, which is useful in applications involving the variance of the Rice distribution (see parrice
). The Laguerre polynomial is
where the modified Bessel function of the first kind is , which has an R implementation in
besselI
, and for strictly integer is defined as
Usage
LaguerreHalf(x)
Arguments
x |
A value. |
Value
The value for the Laguerre polynomial is returned.
Author(s)
W.H. Asquith
See Also
Examples
LaguerreHalf(-100^2/(2*10^2))
[Package lmomco version 2.5.1 Index]