.CalcLegendre {wmm} | R Documentation |
Compute Associated Legendre Functions Given Sequence of (degree, order) Indices
Description
Procedure that computes the associated Legendre function, , given a sequence of (degree, order) indices and function argument
. This is computed via a closed-form equation.
Usage
.CalcLegendre(mu)
Arguments
mu |
Function argument to |
Details
The underlying equation used is:
[Package wmm version 1.1.1 Index]